mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 20:38:54 +10:00
tests: update query.list_predicates() test
This commit is contained in:
@@ -323,7 +323,7 @@ void ui_refresh(void)
|
||||
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)
|
||||
|
||||
it('supports highlighting', function()
|
||||
|
||||
Reference in New Issue
Block a user