This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/test/command_callback/test_adalsp_command_callbacks.vader

10 lines
249 B
Text
Raw Normal View History

2019-10-11 08:08:36 +00:00
Before:
call ale#assert#SetUpLinterTest('ada', 'adalsp')
After:
call ale#assert#TearDownLinterTest()
Execute(Sets adalsp executable):
2019-10-11 08:35:54 +00:00
let g:ale_ada_lsp_executable = '/path/to /Ada'
2019-10-11 08:48:50 +00:00
AssertLinter '/path/to /Ada', ale#Escape('/path/to /Ada')