diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-08 16:50:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 16:50:45 +0200 |
commit | 83632022f84e4addf9518bf9913cc58b2ae41820 (patch) | |
tree | d09e86ecd2f61d8e93175bceefa1468df0c586e3 /test/functional/terminal/tui_spec.lua | |
parent | fa90f6cdaae800d9bfbc4f28ec04fb7456751dbe (diff) | |
parent | c705e3fb0b70887aaebe4973ce02acc6be45eb97 (diff) | |
download | rneovim-83632022f84e4addf9518bf9913cc58b2ae41820.tar.gz rneovim-83632022f84e4addf9518bf9913cc58b2ae41820.tar.bz2 rneovim-83632022f84e4addf9518bf9913cc58b2ae41820.zip |
Merge pull request #10959 from bfredl/resizequeue
fix crash on :!tmux split, redraw after resize in pager
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 18 |
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 --} | ]]} |