git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/string/escape-tricky.json (about) 1 { 2 "end_esc": { 3 "type": "string", 4 "value": "String does not end here\" but ends here\\" 5 }, 6 "lit_end_esc": { 7 "type": "string", 8 "value": "String ends here\\" 9 }, 10 "lit_multiline_end": { 11 "type": "string", 12 "value": "There is no escape\\" 13 }, 14 "lit_multiline_not_unicode": { 15 "type": "string", 16 "value": "\\u007f" 17 }, 18 "multiline_end_esc": { 19 "type": "string", 20 "value": "When will it end? \"\"\"...\"\"\" should be here\"" 21 }, 22 "multiline_not_unicode": { 23 "type": "string", 24 "value": "\\u0041" 25 }, 26 "multiline_unicode": { 27 "type": "string", 28 "value": " " 29 } 30 }