""
"simple"
" white space "
"unescaped unicode outside BMP \u{1f600}"
"unescaped maximal unicode outside BMP \u{10ffff}"
"unicode \\u1234\\u5678\\u90AB\\uCDEF"
"unicode \\u{1234}\\u{5678}\\u{90AB}\\u{CDEF}"
"string with unicode escape outside BMP \\u{1F600}"
"string with minimal unicode escape \\u{0}"
"string with maximal unicode escape \\u{10FFFF}"
"string with maximal minimal unicode escape \\u{00000000}"
"string with unicode surrogate pair escape \\uD83D\\uDE00"
"string with minimal surrogate pair escape \\uD800\\uDC00"
"string with maximal surrogate pair escape \\uDBFF\\uDFFF"
"string with \"escaped\" characters"
"string with multiple languages котя, 猫, ねこ, قطة"
"""
block string with unusual whitespaces
a b c
d
e f
g
h
ijkl
m
"""