mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
13f564b23a
update to d819606eebc82dad34b2a9b7b1a861844380df84
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
Given markdown:
|
|
你好, 中文
|
|
Execute (test error E001):
|
|
CheckChinese
|
|
AssertEqual getqflist()[0].lnum, 1
|
|
AssertEqual getqflist()[0].col, 10
|
|
AssertEqual getqflist()[0].text[:3], 'E004'
|