mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
Repair tui_spec functional tests
This commit is contained in:
@@ -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] |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
Reference in New Issue
Block a user