mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: improve robustness of immediate successes in screen tests
This commit is contained in:
@@ -324,7 +324,17 @@ describe('search highlighting', function()
|
||||
]])
|
||||
|
||||
-- same, for C-t
|
||||
feed('<ESC>/<C-t>')
|
||||
feed('<ESC>')
|
||||
screen:expect([[
|
||||
the first line |
|
||||
in a ^little file |
|
||||
|
|
||||
{1:~ }|
|
||||
{1:~ }|
|
||||
{1:~ }|
|
||||
|
|
||||
]])
|
||||
feed('/<C-t>')
|
||||
screen:expect([[
|
||||
the first line |
|
||||
in a little file |
|
||||
|
||||
Reference in New Issue
Block a user