mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-19 23:09:58 +08:00
Fix tests on Windows
This commit is contained in:
@@ -28,7 +28,7 @@ Execute(Command formatting should be applied correctly for LSP linters):
|
|||||||
|
|
||||||
if has('win32')
|
if has('win32')
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ ['true', 'cmd /s/c "cmd --foo"', '/foo/bar'],
|
\ ['cmd', 'cmd /s/c "cmd --foo"', '/foo/bar'],
|
||||||
\ g:args[:2]
|
\ g:args[:2]
|
||||||
else
|
else
|
||||||
AssertEqual
|
AssertEqual
|
||||||
|
|||||||
Reference in New Issue
Block a user