I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/ale/test/linter/test_luac.vader
Normal file
13
dot_vim/plugged/ale/test/linter/test_luac.vader
Normal file
@@ -0,0 +1,13 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('lua', 'luac')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default command should be correct):
|
||||
AssertLinter 'luac', ale#Escape('luac') . ' -p -'
|
||||
|
||||
Execute(The luac executable should be configurable):
|
||||
let g:ale_lua_luac_executable = 'luac.sh'
|
||||
|
||||
AssertLinter 'luac.sh', ale#Escape('luac.sh') . ' -p -'
|
||||
Reference in New Issue
Block a user