I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/ale/test/handler/test_cspell_handler.vader
Normal file
13
dot_vim/plugged/ale/test/handler/test_cspell_handler.vader
Normal file
@@ -0,0 +1,13 @@
|
||||
Execute(The cspell handler should handle cspell output):
|
||||
AssertEqual
|
||||
\ [
|
||||
\ {
|
||||
\ 'lnum': 721,
|
||||
\ 'col': 18,
|
||||
\ 'type': 'W',
|
||||
\ 'text': 'Unknown word (stylelint)',
|
||||
\ },
|
||||
\ ],
|
||||
\ ale#handlers#cspell#Handle(bufnr(''),
|
||||
\ '/:721:18 - Unknown word (stylelint)'
|
||||
\)
|
||||
Reference in New Issue
Block a user