diff options
Diffstat (limited to 'test/handler/test_cspell_handler.vader')
-rw-r--r-- | test/handler/test_cspell_handler.vader | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/handler/test_cspell_handler.vader b/test/handler/test_cspell_handler.vader index b74b8d22..5b18849c 100644 --- a/test/handler/test_cspell_handler.vader +++ b/test/handler/test_cspell_handler.vader @@ -2,12 +2,13 @@ Execute(The cspell handler should handle cspell output): AssertEqual \ [ \ { - \ 'lnum': 721, - \ 'col': 18, + \ 'lnum': 3, + \ 'col': 128, + \ 'end_col': 133, \ 'type': 'W', - \ 'text': 'Unknown word (stylelint)', + \ 'text': 'Unknown word (Neovim)', \ }, \ ], \ ale#handlers#cspell#Handle(bufnr(''), - \ '/:721:18 - Unknown word (stylelint)' + \ '/:3:128 - Unknown word (Neovim)' \) |