mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: use integers for API Buffer/Window/Tabpage EXT types
This commit is contained in:
committed by
Lewis Russell
parent
91dc04a5e1
commit
8f02ae82e2
@@ -820,7 +820,7 @@ describe('API: buffer events:', function()
|
||||
[1] = 'notification',
|
||||
[2] = 'nvim_buf_changedtick_event',
|
||||
[3] = {
|
||||
[1] = { id = 1 },
|
||||
[1] = 1,
|
||||
[2] = 2,
|
||||
},
|
||||
}, next_msg())
|
||||
|
||||
Reference in New Issue
Block a user