elixir-lang / tree-sitter-elixir

Elixir grammar for tree-sitter
https://elixir-lang.org/tree-sitter-elixir
Apache License 2.0
245 stars 24 forks source link

add unit tests for tags.scm queries #27

Closed the-mikedavis closed 2 years ago

the-mikedavis commented 2 years ago

tree-sitter v0.20.6 was just published and it adds a testing mechanism for tags queries very similar to how the highlights tests work, except it's test/tags/* instead of test/highlight/*.

So here I have a fixture module from Mint with the tags tests. Should we add some more tests? I can't think of any edge-cases off the top of my head that would be interesting to test, but the more the merrier IMO 😄

the-mikedavis commented 2 years ago

looks like the CI failure is coming from here