diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-12-09 22:33:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-09 22:33:31 +0800 |
| commit | ec3c569dd8f646d5e9cf6365f74b89fab7c16091 (patch) | |
| tree | 5cc490afac4607008bacf24d132015b63adfd1d0 /test/functional/core/startup_spec.lua | |
| parent | 8be24fed8ffac51aa4808786ab010e8b87070324 (diff) | |
| parent | 1037ce2e461034a20e35ad59969fd05d5ad68b91 (diff) | |
| download | rneovim-ec3c569dd8f646d5e9cf6365f74b89fab7c16091.tar.gz rneovim-ec3c569dd8f646d5e9cf6365f74b89fab7c16091.tar.bz2 rneovim-ec3c569dd8f646d5e9cf6365f74b89fab7c16091.zip | |
Merge pull request #26490 from zeertzjq/screen-repeat
test: avoid repeated screen lines in expected states
Diffstat (limited to 'test/functional/core/startup_spec.lua')
| -rw-r--r-- | test/functional/core/startup_spec.lua | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index 54259d2f5a..44e71c4946 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -49,8 +49,7 @@ describe('startup', function() funcs.termopen({ nvim_prog, '-u', 'NONE', '--server', eval('v:servername'), '--remote-ui' }) screen:expect([[ ^Cannot attach UI of :terminal child to its parent. (Unset $NVIM to skip this check) | - | - | + |*2 ]]) end) @@ -92,12 +91,9 @@ describe('startup', function() funcs.chansend(id, 'cont\n') screen:expect([[ ^ | - ~ | - ~ | - ~ | + ~ |*3 [No Name] | - | - | + |*2 ]]) end) end) @@ -497,11 +493,9 @@ describe('startup', function() funcs.chansend(id, '\n') screen:expect([[ ^ | - ~ | - ~ | + ~ |*2 [No Name] | - | - | + |*2 ]]) end) @@ -907,10 +901,7 @@ describe('user config init', function() feed('ia') screen:expect([[ | - ~ | - ~ | - ~ | - ~ | + ~ |*4 [No Name] 0,0-1 All| | -- TERMINAL -- | @@ -918,10 +909,7 @@ describe('user config init', function() feed(':echo g:exrc_file<CR>') screen:expect(string.format([[ | - ~ | - ~ | - ~ | - ~ | + ~ |*4 [No Name] 0,0-1 All| %s%s| -- TERMINAL -- | |