mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
Merge pull request #5963 from jamessan/screen-expect-clarity
test: screen: Assert expected row count matches configured screen height
This commit is contained in:
@@ -562,11 +562,10 @@ describe('Screen', function()
|
||||
]])
|
||||
end)
|
||||
|
||||
-- FIXME this has some race conditions that cause it to fail periodically
|
||||
pending('has minimum width/height values', function()
|
||||
it('has minimum width/height values', function()
|
||||
screen:try_resize(1, 1)
|
||||
screen:expect([[
|
||||
-- INS^ERT --|
|
||||
{2:-- INS^ERT --}|
|
||||
|
|
||||
]])
|
||||
feed('<esc>:ls')
|
||||
|
Reference in New Issue
Block a user