mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
fixed test
This commit is contained in:
@@ -4,9 +4,6 @@ Before:
|
|||||||
After:
|
After:
|
||||||
call ale#assert#TearDownLinterTest()
|
call ale#assert#TearDownLinterTest()
|
||||||
|
|
||||||
Execute(It does not set Ada sources by default):
|
|
||||||
AssertLinter 'adalsp', ale#Escape('adalsp')
|
|
||||||
|
|
||||||
Execute(Sets adalsp executable):
|
Execute(Sets adalsp executable):
|
||||||
let g:ale_ada_adalsp_executable = '/path/to /Ada'
|
let g:ale_ada_lsp_executable = '/path/to /Ada'
|
||||||
AssertLinter 'adalsp', ale#Escape('adalsp') . ' ' . ale#Escape('/path/to /Ada')
|
AssertLinter 'adalsp', ale#Escape('/path/to /Ada')
|
||||||
|
|||||||
Reference in New Issue
Block a user