This repository was archived by the owner on Dec 29, 2021. It is now read-only.
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Regex matching in OutputAssertionBuilder #81
Closed
Activity
epage commentedon Jan 20, 2018
Agreed.
See also #20.
Mike-Neto commentedon Jan 25, 2018
take a look at #85 as it has a proposed implementation for this feature.
epage commentedon Apr 7, 2018
Copying my comment over from #85
FYI with #98 we are switching to generic predicates. In assert-rs/predicates-rs#18 I'm adding regex to the generic predicates. It doesn't contain repetitions but I have noted that in assert-rs/predicates-rs#12 .
epage commentedon May 29, 2018
Addressed in assert_cmd
https://github.com/assert-rs/assert_cmd
assert_cli is going to morph into a wider-focused tool, including things like assert_fs. See #41