mirror of https://github.com/dense-analysis/ale
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
|
Before:
|
||
|
runtime ale/handlers/haskell_stack.vim
|
||
|
|
||
|
Execute(Escape stack should correctly identify a stack exec command):
|
||
|
AssertEqual
|
||
|
\ ale#Escape('stack') . ' exec ' . ale#Escape('hlint') . ' --',
|
||
|
\ ale#handlers#haskell_stack#EscapeExecutable('stack', 'hlint')
|