Repair tui_spec functional tests

This commit is contained in:
Drew Neil 2017-05-25 11:40:55 +01:00
parent ac52947838
commit 73286a81cf

View File

@ -287,8 +287,8 @@ describe('tui focus event handling', function()
feed_data(':terminal\n') feed_data(':terminal\n')
feed_data('\027[I') feed_data('\027[I')
screen:expect([[ screen:expect([[
ready $ | {1:r}eady $ |
[Process exited 0]{1: } | [Process exited 0] |
| |
| |
| |
@ -297,8 +297,8 @@ describe('tui focus event handling', function()
]]) ]])
feed_data('\027[O') feed_data('\027[O')
screen:expect([[ screen:expect([[
ready $ | {1:r}eady $ |
[Process exited 0]{1: } | [Process exited 0] |
| |
| |
| |