mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
unittests: Run tv_list_join tests in case it stopped failing
This commit is contained in:
parent
6aa6e50075
commit
140174669e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user