summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-11 23:04:08 +0000
committerw0rp <devw0rp@gmail.com>2017-11-11 23:04:08 +0000
commitf6ac8a9eb9f2960747a2685be5e7d5ec4650b2d2 (patch)
tree533eeaf97d8a6f73c7e2a8ac918677ab33c441f7 /test
parentb789b9eaadb40f8560843b31c79f7e508a57f23c (diff)
downloadale-f6ac8a9eb9f2960747a2685be5e7d5ec4650b2d2.zip
#1108 Support selecting fixers with Lists
Diffstat (limited to 'test')
-rw-r--r--test/test_ale_fix.vader9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_ale_fix.vader b/test/test_ale_fix.vader
index ffe3d93b..ac6427ab 100644
--- a/test/test_ale_fix.vader
+++ b/test/test_ale_fix.vader
@@ -330,6 +330,15 @@ Expect(There should be only two lines):
a
b
+Execute(ALEFix should allow Lists to be used for buffer-local fixer settings):
+ let g:ale_fixers.testft = ['AddCarets', 'AddDollars']
+ let b:ale_fixers = ['RemoveLastLine']
+ ALEFix
+
+Expect(There should be only two lines):
+ a
+ b
+
Given testft (A file with three lines):
a
b