diff options
author | rhysd <lin90162@yahoo.co.jp> | 2017-11-17 15:21:54 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2017-11-17 15:34:07 +0900 |
commit | ca345ffb624ba399458eb7b2954ce2efbc381248 (patch) | |
tree | e03b34efb488babf20bc3ece318269d86ac143c6 /test | |
parent | 44cd07d39c860c32016d85b4d4f0c8aec901064d (diff) | |
download | ale-ca345ffb624ba399458eb7b2954ce2efbc381248.zip |
redpen: fix start column
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)', |