jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/tcl/string_feature.test
2016-02-02 21:12:02 -05:00

16 lines
248 B
Plaintext

""
"fo\"obar"
"fo\"o\
bar"
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"obar\""],
["string", "\"fo\\\"o\\\r\nbar\""]
]
----------------------------------------------------
Checks for strings.