mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
tests: introduce screen:expect{...} form
This commit is contained in:
@@ -54,7 +54,7 @@ describe(':terminal', function()
|
||||
else
|
||||
feed_command([[terminal printf '\e[6n'; sleep 0.5 ]])
|
||||
end
|
||||
screen:expect('%^%[%[1;1R', nil, nil, nil, true)
|
||||
screen:expect{any='%^%[%[1;1R'}
|
||||
end)
|
||||
|
||||
it("in normal-mode :split does not move cursor", function()
|
||||
|
||||
Reference in New Issue
Block a user