mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
test: avoid repeated screen lines in expected states
This is the command invoked repeatedly to make the changes:
:%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
This commit is contained in:
@@ -186,9 +186,7 @@ describe('ui/cursor', function()
|
||||
command("echo 'test'")
|
||||
screen:expect{grid=[[
|
||||
^ |
|
||||
~ |
|
||||
~ |
|
||||
~ |
|
||||
~ |*3
|
||||
test |
|
||||
]], condition=function()
|
||||
eq(nil, screen._mode_info)
|
||||
@@ -255,9 +253,7 @@ describe('ui/cursor', function()
|
||||
end
|
||||
screen:expect{grid=[[
|
||||
^ |
|
||||
~ |
|
||||
~ |
|
||||
~ |
|
||||
~ |*3
|
||||
test |
|
||||
]], condition=function()
|
||||
eq(expected_mode_info, screen._mode_info)
|
||||
|
||||
Reference in New Issue
Block a user