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

23 lines
345 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
""
"fo\"obar"
"foo\
bar"
''
'fo\'obar'
'foo\
bar'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"obar\""],
["string", "\"foo\\\r\nbar\""],
["string", "''"],
["string", "'fo\\'obar'"],
["string", "'foo\\\r\nbar'"]
]
----------------------------------------------------
Checks for strings.