redpen: fix trailing comma in test data

This commit is contained in:
rhysd 2017-11-16 19:42:51 +09:00
parent f1314b285c
commit e232ea07c2

View File

@ -47,7 +47,7 @@ Execute(redpen handler should handle errors output):
\ ' "validator": "Spelling",', \ ' "validator": "Spelling",',
\ ' "lineNum": 1,', \ ' "lineNum": 1,',
\ ' "sentenceStartColumnNum": 0,', \ ' "sentenceStartColumnNum": 0,',
\ ' "message": "Found possibly misspelled word \"NeoVim\".",', \ ' "message": "Found possibly misspelled word \"NeoVim\"."',
\ ' }', \ ' }',
\ ' ]', \ ' ]',
\ ' }', \ ' }',