Should assert.output("text")
trim / normalize line endings?
#13
Labels
assert.output("text")
trim / normalize line endings?
#13
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: