mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Repair tui_spec functional tests
This commit is contained in:
parent
ac52947838
commit
73286a81cf
@ -287,8 +287,8 @@ describe('tui focus event handling', function()
|
||||
feed_data(':terminal\n')
|
||||
feed_data('\027[I')
|
||||
screen:expect([[
|
||||
ready $ |
|
||||
[Process exited 0]{1: } |
|
||||
{1:r}eady $ |
|
||||
[Process exited 0] |
|
||||
|
|
||||
|
|
||||
|
|
||||
@ -297,8 +297,8 @@ describe('tui focus event handling', function()
|
||||
]])
|
||||
feed_data('\027[O')
|
||||
screen:expect([[
|
||||
ready $ |
|
||||
[Process exited 0]{1: } |
|
||||
{1:r}eady $ |
|
||||
[Process exited 0] |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user