You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Related: assert-rs/assert_cli#77
The text was updated successfully, but these errors were encountered:
Right now,
str
gets 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
. Related: assert-rs/assert_cli#77The text was updated successfully, but these errors were encountered: