aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-09-08 14:57:45 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2019-09-08 15:24:14 +0200
commitc705e3fb0b70887aaebe4973ce02acc6be45eb97 (patch)
treed09e86ecd2f61d8e93175bceefa1468df0c586e3 /test/functional/terminal/tui_spec.lua
parent19993bca4afaade5d0fbaf132ff66064370bacb0 (diff)
downloadrneovim-c705e3fb0b70887aaebe4973ce02acc6be45eb97.tar.gz
rneovim-c705e3fb0b70887aaebe4973ce02acc6be45eb97.tar.bz2
rneovim-c705e3fb0b70887aaebe4973ce02acc6be45eb97.zip
update tests for new resize behavior (resize at pager, but not at :!cmd)
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r--test/functional/terminal/tui_spec.lua18
1 files changed, 9 insertions, 9 deletions
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 --} |
]]}