1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/bundle/ChineseLinter.vim/test/e002.vader
Eric Wong 13f564b23a chore(chinese): use bundle ChineseLinter
update to d819606eebc82dad34b2a9b7b1a861844380df84
2024-03-05 12:56:14 +08:00

9 lines
200 B
Plaintext

Given markdown:
你好hello
Execute (test error E002):
CheckChinese
AssertEqual getqflist()[0].lnum, 1
AssertEqual getqflist()[0].col, 7
AssertEqual getqflist()[0].text[:3], 'E002'