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

17 lines
268 B
Plaintext

""
"foo"
''
'bar'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"foo\""],
["string", "''"],
["string", "'bar'"]
]
----------------------------------------------------
Checks for double-quoted and single-quoted strings.