nextest-rs / datatest-stable

Data-driven tests on stable Rust
https://docs.rs/datatest-stable
Other
36 stars 6 forks source link

support look around for regex pattern matching #42

Closed webbdays closed 6 months ago

webbdays commented 6 months ago

Use fancy_regex crate instead of standard regex crate.

Thank you very much.

sunshowers commented 6 months ago

Thanks for the report! Could you elaborate on your use case? I've used datatest-stable a few times and have never needed anything beyond basic glob-like regexes.

webbdays commented 6 months ago

example match .md but not .skip.md

sunshowers commented 6 months ago

Done as part of #43 and released in version 0.2.7. Thanks again!