summaryrefslogtreecommitdiff
path: root/test/handler/test_cspell_handler.vader
blob: b74b8d22db575c4f21e66ea37bfbdeb30f976b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)'
  \)