Should rm be applied to the output got too? #85
Labels
enhancement
something nice to have but it is not neither critical nor urgent
help wanted
request for comments
a draft idea that needs more brainstorming, comments are welcome!
Describe the feature you'd like
The
rm
feature removes a string from the expected output before this is turned into a regex. Should be applied to the output got too?If an example prints a weird symbol we can remove it. However, if it prints bytes that are invalid in the given encoding, the
rm
would be too late and this is one of the principal reasons to do this feature.This should be a backward-compatible change.
Describe alternatives you've considered (optional)
May be we need another option like
sanitation
to fix any encoding problem?Additional context (optional)
We need more brainstorming here.
The text was updated successfully, but these errors were encountered: