diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-05-17 21:09:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 21:09:28 +0800 |
commit | f49699737c9b24e1af52719974cf3bc770539ef9 (patch) | |
tree | 045c760d2904da291a95c7e0e0a452c9ddc9008d /test/functional/core/startup_spec.lua | |
parent | bbfc4567dfabc8d4378ad26a2d1020e3b2565107 (diff) | |
download | rneovim-f49699737c9b24e1af52719974cf3bc770539ef9.tar.gz rneovim-f49699737c9b24e1af52719974cf3bc770539ef9.tar.bz2 rneovim-f49699737c9b24e1af52719974cf3bc770539ef9.zip |
fix(terminal): do not trim whitespace that is actually in the terminal (#16423)
Diffstat (limited to 'test/functional/core/startup_spec.lua')
-rw-r--r-- | test/functional/core/startup_spec.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index 20ea3621f0..9741497b0a 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -496,12 +496,13 @@ describe('sysinit', function() it('fixed hang issue with -D (#12647)', function() if helpers.pending_win32(pending) then return end local screen - screen = Screen.new(60, 6) + screen = Screen.new(60, 7) screen:attach() command([[let g:id = termopen('"]]..nvim_prog.. [[" -u NONE -i NONE --cmd "set noruler" -D')]]) screen:expect([[ ^ | + | Entering Debug mode. Type "cont" to continue. | cmd: augroup nvim_terminal | > | @@ -512,6 +513,7 @@ describe('sysinit', function() screen:expect([[ ^ | ~ | + ~ | [No Name] | | <" -u NONE -i NONE --cmd "set noruler" -D 1,0-1 All| |