mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
tests: introduce screen:expect{...} form
This commit is contained in:
@@ -417,7 +417,7 @@ describe('jobs', function()
|
||||
\ })
|
||||
]])
|
||||
|
||||
screen:expect("{2:E120: Using <SID> not in a script context: s:OnEvent}",nil,nil,nil,true)
|
||||
screen:expect{any="{2:E120: Using <SID> not in a script context: s:OnEvent}"}
|
||||
end)
|
||||
|
||||
it('does not repeat output with slow output handlers', function()
|
||||
|
||||
Reference in New Issue
Block a user