Closed hukkin closed 3 years ago
Consider e.g. the illegal backspace char \u0008 in an error message. Previously we'd get:
\u0008
"Invalid character >"
with this PR we get
"Invalid character '\x08'"
LGTM! Thanks for the PR
Consider e.g. the illegal backspace char
\u0008
in an error message. Previously we'd get:with this PR we get