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
Include all control characters in the console, properly escaped so the <SOH> character is printed as \x01. It's currently stripped from the printed string.
Motivation
A lot of our tests uses these special characters and it creates extra work/steps due to the removal of these characters.
🚀 Feature Proposal
Include all control characters in the console, properly escaped so the
<SOH>
character is printed as\x01
. It's currently stripped from the printed string.Motivation
A lot of our tests uses these special characters and it creates extra work/steps due to the removal of these characters.
Example
This:
Should print as this:
Pitch
Hopefully a simple change to include these characters, would be super helpful for our use case. Cheers
The text was updated successfully, but these errors were encountered: