E.g. render the array shape type (in issue messages) of `[' ' => 'x']` as `array{"\x20":string}` TODO: decide on a whitelist.
Activity
TysonAndre commentedon Mar 29, 2019
Or
array{\x20:string}
since backslashes aren't allowed, plus other escapes (\u...
,\\
,\n
, etc)Escape characters in array shape keys