aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Neil <andrew.jr.neil@gmail.com>2017-05-25 11:40:55 +0100
committerDrew Neil <andrew.jr.neil@gmail.com>2017-08-21 20:44:03 +0100
commit73286a81cfd92f334dcfa91490648fd105696fab (patch)
treef924645168fda1146cd8947c4cdf14299ee869f4
parentac529478382fc16c02f9d341925029c972cef455 (diff)
downloadrneovim-73286a81cfd92f334dcfa91490648fd105696fab.tar.gz
rneovim-73286a81cfd92f334dcfa91490648fd105696fab.tar.bz2
rneovim-73286a81cfd92f334dcfa91490648fd105696fab.zip
Repair tui_spec functional tests
-rw-r--r--test/functional/terminal/tui_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index 21b907c8f7..34a5ac0a49 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -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] |
|
|
|