Files
ale/test/command_callback/test_adalsp_command_callbacks.vader
Bartek thindil Jasicki c74cc93140 fixed test
2019-10-11 10:35:54 +02:00

10 lines
242 B
Plaintext

Before:
call ale#assert#SetUpLinterTest('ada', 'adalsp')
After:
call ale#assert#TearDownLinterTest()
Execute(Sets adalsp executable):
let g:ale_ada_lsp_executable = '/path/to /Ada'
AssertLinter 'adalsp', ale#Escape('/path/to /Ada')