We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When terminal_output is 'stream' we get a decoding error similar to #2235 (which affected the 'file_* terminal output).
terminal_output
'stream'
'file_*
See #2185 (comment)
String is decoded guessing the problematic characters.
A regression test faking terminal output with weird characters would be the best way to go.
The text was updated successfully, but these errors were encountered:
oesteban
No branches or pull requests
Summary
When
terminal_output
is'stream'
we get a decoding error similar to #2235 (which affected the'file_*
terminal output).Actual behavior
See #2185 (comment)
Expected behavior
String is decoded guessing the problematic characters.
How to replicate the behavior
A regression test faking terminal output with weird characters would be the best way to go.
The text was updated successfully, but these errors were encountered: