tests: update query.list_predicates() test

This commit is contained in:
Björn Linse
2020-09-06 10:33:13 +02:00
parent e54c6b077c
commit b397f31ede

View File

@@ -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()