mirror of https://github.com/dense-analysis/ale
Fix tests on Windows
This commit is contained in:
parent
0dd356aa52
commit
1e9b36cdbf
|
@ -28,7 +28,7 @@ Execute(Command formatting should be applied correctly for LSP linters):
|
|||
|
||||
if has('win32')
|
||||
AssertEqual
|
||||
\ ['true', 'cmd /s/c cmd --foo', '/foo/bar'],
|
||||
\ ['true', 'cmd /s/c "cmd --foo"', '/foo/bar'],
|
||||
\ g:args[:2]
|
||||
else
|
||||
AssertEqual
|
||||
|
|
Loading…
Reference in New Issue