jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/kotlin/raw-string_feature.test

18 lines
326 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
""""""
"""Foo "bar"" baz"""
"""
"Foo"
bar
"""
----------------------------------------------------
[
["raw-string", ["\"\"\"\"\"\""]],
["raw-string", ["\"\"\"Foo \"bar\"\" baz\"\"\""]],
["raw-string", ["\"\"\"\r\n\"Foo\"\r\nbar\r\n\"\"\""]]
]
----------------------------------------------------
Checks for raw strings.