mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Display string literal as hex in error messages if it is not printable ASCII
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
"typeDescriptions":
|
||||
{
|
||||
"typeIdentifier": "t_stringliteral_cd7a99177cebb3d14b8cc54e313dbf76867c71cd6fbb9a33ce3870dc80e9992b",
|
||||
"typeString": "literal_string \"Hello \ud83d\ude03\""
|
||||
"typeString": "literal_string hex\"48656c6c6f20f09f9883\""
|
||||
},
|
||||
"value": "Hello \ud83d\ude03"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user