mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
tests: update query.list_predicates() test
This commit is contained in:
@@ -323,7 +323,7 @@ void ui_refresh(void)
|
|||||||
return list
|
return list
|
||||||
]]
|
]]
|
||||||
|
|
||||||
eq({ 'contains?', 'eq?', 'is-main?', 'match?', 'vim-match?' }, res_list)
|
eq({ 'contains?', 'eq?', 'is-main?', 'lua-match?', 'match?', 'vim-match?' }, res_list)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it('supports highlighting', function()
|
it('supports highlighting', function()
|
||||||
|
Reference in New Issue
Block a user