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')
|
if has('win32')
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ ['true', 'cmd /s/c cmd --foo', '/foo/bar'],
|
\ ['true', 'cmd /s/c "cmd --foo"', '/foo/bar'],
|
||||||
\ g:args[:2]
|
\ g:args[:2]
|
||||||
else
|
else
|
||||||
AssertEqual
|
AssertEqual
|
||||||
|
Loading…
Reference in New Issue
Block a user