helixbass / tree-sitter-grep

The Unlicense
11 stars 1 forks source link

Test filter plugins #34

Closed helixbass closed 1 year ago

helixbass commented 1 year ago

In this PR:

Not in this PR:

To test: You should be able to build the examples in examples as normally expected (eg cargo build --example whatever) If you completely remove your local target/ directory and then run cargo test it should pass (implying that it successfully built the filter plugins while running cargo test, I think)