mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Fix test name for csh to not say zsh
This commit is contained in:
@@ -52,7 +52,7 @@ Execute(zsh should be detected appropriately):
|
|||||||
Given(A file with a csh hash bang and arguments):
|
Given(A file with a csh hash bang and arguments):
|
||||||
#!/usr/bin/env csh -eu --foobar
|
#!/usr/bin/env csh -eu --foobar
|
||||||
|
|
||||||
Execute(zsh should be detected appropriately):
|
Execute(csh should be detected appropriately):
|
||||||
AssertEqual 'csh', ale#handlers#sh#GetShellType(bufnr(''))
|
AssertEqual 'csh', ale#handlers#sh#GetShellType(bufnr(''))
|
||||||
AssertEqual 'csh', ale_linters#sh#shell#GetExecutable(bufnr(''))
|
AssertEqual 'csh', ale_linters#sh#shell#GetExecutable(bufnr(''))
|
||||||
AssertEqual 'csh', ale_linters#sh#shellcheck#GetDialectArgument(bufnr(''))
|
AssertEqual 'csh', ale_linters#sh#shellcheck#GetDialectArgument(bufnr(''))
|
||||||
|
|||||||
Reference in New Issue
Block a user