diff options
author | rhysd <lin90162@yahoo.co.jp> | 2017-11-16 19:42:51 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2017-11-16 19:42:51 +0900 |
commit | e232ea07c23d3e6f1b6e621e896f27545e5b10c7 (patch) | |
tree | a416bb40ef3740da135f0f033ff46a7a8ada3815 /test/handler/test_redpen_handler.vader | |
parent | f1314b285c7b489f7b879a1afd703b60a877a52e (diff) | |
download | ale-e232ea07c23d3e6f1b6e621e896f27545e5b10c7.zip |
redpen: fix trailing comma in test data
Diffstat (limited to 'test/handler/test_redpen_handler.vader')
-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 a1ad65d1..d0782d90 100644 --- a/test/handler/test_redpen_handler.vader +++ b/test/handler/test_redpen_handler.vader @@ -47,7 +47,7 @@ Execute(redpen handler should handle errors output): \ ' "validator": "Spelling",', \ ' "lineNum": 1,', \ ' "sentenceStartColumnNum": 0,', - \ ' "message": "Found possibly misspelled word \"NeoVim\".",', + \ ' "message": "Found possibly misspelled word \"NeoVim\"."', \ ' }', \ ' ]', \ ' }', |