/ test / handler / test_cspell_handler.vader
test_cspell_handler.vader
 1  Execute(The cspell handler should handle cspell output):
 2    AssertEqual
 3    \ [
 4    \   {
 5    \     'lnum': 3,
 6    \     'col': 128,
 7    \     'end_col': 133,
 8    \     'type': 'W',
 9    \     'text': 'Unknown word (Neovim)',
10    \   },
11    \ ],
12    \ ale#handlers#cspell#Handle(bufnr(''),
13    \   '/:3:128 - Unknown word (Neovim)'
14    \)