install.fairie/dotfiles/.vim/plugged/ale/test/handler/test_haskell_stack_handler.vader

8 lines
266 B
Text
Raw Normal View History

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')