mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
test: update tests to work with 'hidden'
This commit is contained in:
@@ -69,6 +69,7 @@ describe('ui/ext_tabline', function()
|
||||
command("bnext")
|
||||
|
||||
local expected_buffers = {
|
||||
{buffer = { id = 1 }, name = '[No Name]'},
|
||||
{buffer = { id = 2 }, name = 'another-buffer'},
|
||||
}
|
||||
screen:expect{grid=[[
|
||||
|
||||
Reference in New Issue
Block a user