jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/vim/string_feature.test
2016-02-03 18:00:01 -05:00

19 lines
285 B
Plaintext

""
"Fo\"ob'ar"
''
'\'
'Foo''bar'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"Fo\\\"ob'ar\""],
["string", "''"],
["string", "'\\'"],
["string", "'Foo''bar'"]
]
----------------------------------------------------
Checks for strings.