mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 10:14:26 +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
|
local recursive_li = recursive_l.lv_first
|
||||||
lib.tv_list_item_remove(recursive_l, recursive_li)
|
lib.tv_list_item_remove(recursive_l, recursive_li)
|
||||||
lib.tv_list_free(l)
|
lib.tv_list_free(l)
|
||||||
end, true)
|
end)
|
||||||
end)
|
end)
|
||||||
describe('equal()', function()
|
describe('equal()', function()
|
||||||
itp('compares empty and NULL lists correctly', function()
|
itp('compares empty and NULL lists correctly', function()
|
||||||
|
|||||||
Reference in New Issue
Block a user