aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/query_spec.lua
Commit message (Collapse)AuthorAge
* test(treesitter): separate out query-related tests into query_specJongwook Choi2024-03-24
Move test cases that are more about treesitter query API rather than parser API or LanguageTree out of "treesitter/parser_spec", and collect them in another test suite "treesitter/query_spec".