aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/parser_spec.lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-05-13 12:56:21 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-05-15 14:13:42 +0200
commit9ff59517cbf309d31f979a49b7dc82b237ecfcc4 (patch)
tree68ce6e9f0b5cfe37b338a549fd2989ac08fdf37c /test/functional/treesitter/parser_spec.lua
parentc97de026e357dec0bed034af3b54abf10966200b (diff)
downloadrneovim-9ff59517cbf309d31f979a49b7dc82b237ecfcc4.tar.gz
rneovim-9ff59517cbf309d31f979a49b7dc82b237ecfcc4.tar.bz2
rneovim-9ff59517cbf309d31f979a49b7dc82b237ecfcc4.zip
fix(treesitter): update c queries
Diffstat (limited to 'test/functional/treesitter/parser_spec.lua')
-rw-r--r--test/functional/treesitter/parser_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/treesitter/parser_spec.lua b/test/functional/treesitter/parser_spec.lua
index 9afce0b3a0..60042ab2fd 100644
--- a/test/functional/treesitter/parser_spec.lua
+++ b/test/functional/treesitter/parser_spec.lua
@@ -483,7 +483,7 @@ end]]
return list
]]
- eq({ 'any-of?', 'contains?', 'eq?', 'is-main?', 'lua-match?', 'match?', 'vim-match?' }, res_list)
+ eq({ 'any-of?', 'contains?', 'eq?', 'has-ancestor?', 'has-parent?', 'is-main?', 'lua-match?', 'match?', 'vim-match?' }, res_list)
end)