prism/tests/languages/supercollider/string_feature.test

18 lines
192 B
Plaintext

""
"foo"
"\""
"
f
o
o
"
----------------------------------------------------
[
["string", "\"\""],
["string", "\"foo\""],
["string", "\"\\\"\""],
["string", "\"\r\nf\r\no\r\no\r\n\""]
]