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 😄
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 oftest/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 😄