blob: 572e0a569d75f014fdbfa3520aebc22467f4c6c8 [file] [log] [blame]
{
"end_esc": {
"type": "string",
"value": "String does not end here\" but ends here\\"
},
"lit_end_esc": {
"type": "string",
"value": "String ends here\\"
},
"lit_multiline_end": {
"type": "string",
"value": "There is no escape\\"
},
"lit_multiline_not_unicode": {
"type": "string",
"value": "\\u007f"
},
"multiline_end_esc": {
"type": "string",
"value": "When will it end? \"\"\"...\"\"\" should be here\""
},
"multiline_not_unicode": {
"type": "string",
"value": "\\u0041"
},
"multiline_unicode": {
"type": "string",
"value": " "
}
}