summaryrefslogtreecommitdiffstats
path: root/crates/matcher/tests/tests.rs
blob: d58b2009b22ca059df314dc4ffb255edb167075e (plain)
1
2
3
4
5
6
extern crate grep_matcher;
extern crate regex;

mod util;

mod test_matcher;