From c705e3fb0b70887aaebe4973ce02acc6be45eb97 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sun, 8 Sep 2019 14:57:45 +0200 Subject: update tests for new resize behavior (resize at pager, but not at :!cmd) --- test/functional/terminal/tui_spec.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/functional/terminal/tui_spec.lua') diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index 3225ce5162..56c1cc0d7b 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -122,10 +122,10 @@ describe('TUI', function() screen:try_resize(50,5) screen:expect{grid=[[ - {8:FAIL 1} | - {8:FAIL 2} | {8:FAIL 3} | - {10:-- More -- SPACE/d/j: screen/page/line down, b/u/}{12:k}| + {8:FAIL 4} | + {8:FAIL 5} | + {10:-- More --}{1: } | {3:-- TERMINAL --} | ]]} @@ -144,12 +144,12 @@ describe('TUI', function() ) | {8:Error detected while processing function ManyErr:} | {11:line 2:} | - {10:-- More --} | - {10: }| - {10: }| - {10: }| - {10: }| - {10:-- More -- SPACE/d/j: screen/page/line down, b/u/}{12:k}| + {8:FAIL 0} | + {8:FAIL 1} | + {8:FAIL 2} | + {8:FAIL 3} | + {8:FAIL 4} | + {10:-- More --}{1: } | {3:-- TERMINAL --} | ]]} -- cgit