diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/handler/test_redpen_handler.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_redpen_handler.vader b/test/handler/test_redpen_handler.vader index 32ff0ba1..46276144 100644 --- a/test/handler/test_redpen_handler.vader +++ b/test/handler/test_redpen_handler.vader @@ -9,7 +9,7 @@ Execute(redpen handler should handle errors output): \ [ \ { \ 'lnum': 1, - \ 'col': 9, + \ 'col': 10, \ 'end_lnum': 1, \ 'end_col': 15, \ 'text': 'Found possibly misspelled word "plugin". (Spelling)', |