File: test_cspell_handler.vader

package info (click to toggle)
vim-ale 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,408 kB
  • sloc: sh: 497; python: 311; perl: 31; makefile: 4; javascript: 1
file content (13 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
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)'
  \)