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

21 lines
308 B
Plaintext

''
'fo''o'
^G
#7
#$f4
'foo'#9'bar'
----------------------------------------------------
[
["string", "''"],
["string", "'fo''o'"],
["string", "^G"],
["string", "#7"],
["string", "#$f4"],
["string", "'foo'#9'bar'"]
]
----------------------------------------------------
Checks for strings and chars.