Right now, str gets turned into a Utf8<Difference> set of predicates. Should we add trimming and line ending normalization to that?
assert_cli did trimming. This would allow people to work around it by directly passing in a predicate rather than relying on IntoOutputPredicate.
Right now,
strgets turned into aUtf8<Difference>set of predicates. Should we add trimming and line ending normalization to that?assert_cli did trimming. This would allow people to work around it by directly passing in a predicate rather than relying on
IntoOutputPredicate.