mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-21 12:13:45 +08:00
8 lines
197 B
Plaintext
Vendored
8 lines
197 B
Plaintext
Vendored
Given markdown:
|
|
你好123
|
|
Execute (test error E001):
|
|
CheckChinese
|
|
AssertEqual getqflist()[0].lnum, 1
|
|
AssertEqual getqflist()[0].col, 7
|
|
AssertEqual getqflist()[0].text[:3], 'E003'
|