ale/test/command_callback/test_luac_command_callback....

14 lines
364 B
Plaintext

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 - '