mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: reduce flakiness in blocking wait tests (#32868)
This commit is contained in:
@@ -2028,7 +2028,13 @@ vimComment xxx match /\s"[^\-:.%#=*].*$/ms=s+1,lc=1 excludenl contains=@vim
|
||||
echon "\nccc"
|
||||
endfunc
|
||||
]]):format(to_block))
|
||||
feed(':call PrintAndWait()<CR>')
|
||||
feed(':call PrintAndWait()')
|
||||
screen:expect([[
|
||||
|
|
||||
{1:~ }|*5
|
||||
:call PrintAndWait()^ |
|
||||
]])
|
||||
feed('<CR>')
|
||||
screen:expect {
|
||||
grid = [[
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user