mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-21 09:08:34 +08:00
Add tests for ALEFix commandline parameters
This commit is contained in:
@@ -272,6 +272,15 @@ Expect(An extra line should be added):
|
||||
c
|
||||
d
|
||||
|
||||
Execute(ALEFix should use fixers passed in commandline when provided):
|
||||
let g:ale_fixers.testft = ['RemoveLastLine']
|
||||
ALEFix AddCarets AddDollars
|
||||
|
||||
Expect(Only fixers passed via command line should be run):
|
||||
$^a
|
||||
$^b
|
||||
$^c
|
||||
|
||||
Execute(ALEFix should allow temporary files to be read):
|
||||
if has('win32')
|
||||
" Just skip this test on Windows, we can't run it.
|
||||
|
||||
Reference in New Issue
Block a user