add tests for ale_shell option

This commit is contained in:
Holden
2018-12-28 11:58:55 -05:00
parent 57a04701c3
commit c499825a0b
4 changed files with 11 additions and 4 deletions

View File

@@ -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