mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
tests: improve robustness of immediate successes in screen tests
This commit is contained in:
@@ -161,13 +161,13 @@ describe('execute()', function()
|
||||
eq('42', eval('g:mes'))
|
||||
|
||||
command('let g:mes = execute("echon 13", "silent")')
|
||||
screen:expect([[
|
||||
screen:expect{grid=[[
|
||||
^ |
|
||||
~ |
|
||||
~ |
|
||||
~ |
|
||||
|
|
||||
]])
|
||||
]], unchanged=true}
|
||||
eq('13', eval('g:mes'))
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user