diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-04 23:54:20 +0200 |
|---|---|---|
| committer | Björn Linse <bjorn.linse@gmail.com> | 2019-09-06 19:38:27 +0200 |
| commit | 1fc6489f306c6f115ebd2abd95052e6f5b646cd2 (patch) | |
| tree | d22a92ae35d80ad4516d2ed96f96a70b0e854821 /test/functional/terminal/tui_spec.lua | |
| parent | 5c8a57da81a02e200fbe76a1981e529e2e907d4c (diff) | |
| download | rneovim-1fc6489f306c6f115ebd2abd95052e6f5b646cd2.tar.gz rneovim-1fc6489f306c6f115ebd2abd95052e6f5b646cd2.tar.bz2 rneovim-1fc6489f306c6f115ebd2abd95052e6f5b646cd2.zip | |
test: add tests for pager glitches and crashes
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
| -rw-r--r-- | test/functional/terminal/tui_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index 99b25cbf48..6c7d992f40 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -132,7 +132,7 @@ describe('TUI', function() -- TODO(bfredl): messes up the output (just like vim does). feed_data('g') screen:expect{grid=[[ - {8:FAIL 1} ) | + ) | {8:Error detected while processing function ManyErr:} | {11:line 2:} | {10:-- More --}{1: } | @@ -141,7 +141,7 @@ describe('TUI', function() screen:try_resize(50,10) screen:expect{grid=[[ - {8:FAIL 1} ) | + ) | {8:Error detected while processing function ManyErr:} | {11:line 2:} | {10:-- More --} | |