diff options
author | Holden <holden@axoni.com> | 2018-12-28 11:58:55 -0500 |
---|---|---|
committer | Holden <holden@axoni.com> | 2018-12-28 11:58:55 -0500 |
commit | c499825a0bc3f27d728e42b61ee25ec9a06644fa (patch) | |
tree | 47a81f0503238b24fc652902aa8f4b8d42f840b9 /test/lsp/test_lsp_command_formatting.vader | |
parent | 57a04701c3ac1d06efbf16f2ce184c37f0076d16 (diff) | |
download | ale-c499825a0bc3f27d728e42b61ee25ec9a06644fa.zip |
add tests for ale_shell option
Diffstat (limited to 'test/lsp/test_lsp_command_formatting.vader')
-rw-r--r-- | test/lsp/test_lsp_command_formatting.vader | 2 |
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 9721f37f..33928291 100644 --- a/test/lsp/test_lsp_command_formatting.vader +++ b/test/lsp/test_lsp_command_formatting.vader @@ -31,6 +31,6 @@ Execute(Command formatting should be applied correctly for LSP linters): \ g:args else AssertEqual - \ ['true', [&shell, '-c', '''true'' --foo']], + \ ['true', [g:ale_shell, '-c', '''true'' --foo']], \ g:args endif |