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

21 lines
310 B
Plaintext

''
'foo'
'foo\'bar'
``
`foo`
`foo\`bar`
----------------------------------------------------
[
["string", "''"],
["string", "'foo'"],
["string", "'foo\\'bar'"],
["string", "``"],
["string", "`foo`"],
["string", "`foo\\`bar`"]
]
----------------------------------------------------
Checks for strings.