mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
unittests: Run tv_list_join tests in case it stopped failing
This commit is contained in:
@@ -1110,7 +1110,7 @@ describe('typval.c', function()
|
||||
local recursive_li = recursive_l.lv_first
|
||||
lib.tv_list_item_remove(recursive_l, recursive_li)
|
||||
lib.tv_list_free(l)
|
||||
end, true)
|
||||
end)
|
||||
end)
|
||||
describe('equal()', function()
|
||||
itp('compares empty and NULL lists correctly', function()
|
||||
|
||||
Reference in New Issue
Block a user