mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: "Command-line option -s": avoid indeterminism (#8305)
closes #8303
This commit is contained in:
@@ -80,16 +80,16 @@ describe('Command-line option', function()
|
||||
[1] = {foreground = 4210943, special = Screen.colors.Grey0},
|
||||
[2] = {special = Screen.colors.Grey0, bold = true, reverse = true}
|
||||
})
|
||||
feed('i:cq<CR><C-\\><C-n>')
|
||||
feed('i:cq<CR>')
|
||||
screen:expect([[
|
||||
^ |
|
||||
|
|
||||
[Process exited 1] |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
-- TERMINAL -- |
|
||||
]])
|
||||
--[=[ Example of incorrect output:
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user