mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
13f564b23a
update to d819606eebc82dad34b2a9b7b1a861844380df84
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
Given markdown:
|
|
你好中文
|
|
Execute (test error E005):
|
|
CheckChinese
|
|
AssertEqual getqflist()[0].lnum, 1
|
|
AssertEqual getqflist()[0].col, 13
|
|
AssertEqual getqflist()[0].text[:3], 'E005'
|