summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-06 08:15:54 +0100
committerw0rp <devw0rp@gmail.com>2018-07-06 08:15:54 +0100
commit1e9b36cdbfafd4fb422642ac0b391ac5c1bf880c (patch)
tree7629631402998d9e4a9684514a54477572c6764e /test
parent0dd356aa52c8e4dd8e037f4687136572662d7b04 (diff)
downloadale-1e9b36cdbfafd4fb422642ac0b391ac5c1bf880c.zip
Fix tests on Windows
Diffstat (limited to 'test')
-rw-r--r--test/lsp/test_lsp_command_formatting.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsp/test_lsp_command_formatting.vader b/test/lsp/test_lsp_command_formatting.vader
index f87f7f4f..d01e68b8 100644
--- a/test/lsp/test_lsp_command_formatting.vader
+++ b/test/lsp/test_lsp_command_formatting.vader
@@ -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