mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-25 11:07:27 +08:00
Fix the broken tests
This commit is contained in:
@@ -75,6 +75,7 @@ After:
|
||||
|
||||
runtime autoload/ale/completion.vim
|
||||
runtime autoload/ale/lsp.vim
|
||||
runtime autoload/ale/lsp_linter.vim
|
||||
|
||||
Given foobar (Some imaginary filetype):
|
||||
<contents>
|
||||
|
||||
@@ -32,6 +32,6 @@ Execute(Command formatting should be applied correctly for LSP linters):
|
||||
\ g:args[:2]
|
||||
else
|
||||
AssertEqual
|
||||
\ ['true', ['/bin/bash', '-c', '''true'' --foo'], '/foo/bar'],
|
||||
\ ['true', [&shell, '-c', '''true'' --foo'], '/foo/bar'],
|
||||
\ g:args[:2]
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user