mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 03:48:02 +10: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:
@@ -32,8 +32,7 @@ describe('startup defaults', function()
|
||||
command('filetype')
|
||||
screen:expect([[
|
||||
^ |
|
||||
~ |
|
||||
~ |
|
||||
~ |*2
|
||||
]]..expected
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user