helixbass / tree-sitter-grep

The Unlicense
10 stars 1 forks source link

Sort matches #43

Closed helixbass closed 1 year ago

helixbass commented 1 year ago

In this PR:

To test: If you run the new test without the corresponding changes for explicitly sorting matches then you should see the test fail (it doesn't include all expected results because we violated our own invariant that our matches are stored in source-text order)

helixbass commented 1 year ago

Superceded by #46