jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/abap/string_feature.test

21 lines
310 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
''
'foo'
'foo\'bar'
``
`foo`
`foo\`bar`
----------------------------------------------------
[
["string", "''"],
["string", "'foo'"],
["string", "'foo\\'bar'"],
["string", "``"],
["string", "`foo`"],
["string", "`foo\\`bar`"]
]
----------------------------------------------------
Checks for strings.