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

21 lines
302 B
Plaintext

""
"fo\"o"
''
'fo\'o'
``
`fo\`o`
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"o\""],
["string", "''"],
["string", "'fo\\'o'"],
["string", "``"],
["string", "`fo\\`o`"]
]
----------------------------------------------------
Checks for strings.