mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: lint whitespace in legacy/ (#7308)
This commit is contained in:
committed by
Justin M. Keyes
parent
2b4a52f901
commit
126b2ca077
@@ -15,9 +15,9 @@ describe('errorformat', function()
|
||||
command("$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]')))")
|
||||
command("cgetexpr ['WWWW', 'GGGG', 'ZZZZ', 'EEEE', 'CCCC', 'YYYY']")
|
||||
command("$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]')))")
|
||||
|
||||
|
||||
expect([=[
|
||||
|
||||
|
||||
[['W', 1], ['E^@CCCC', 1]]
|
||||
[['W', 1], ['E^@CCCC', 1]]
|
||||
[['W', 1], ['ZZZZ', 0], ['E^@CCCC', 1], ['YYYY', 0]]]=])
|
||||
|
||||
Reference in New Issue
Block a user