mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
21 lines
302 B
Plaintext
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.
|