mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
291 B
Plaintext
17 lines
291 B
Plaintext
|
""
|
||
|
"fo\"obar"
|
||
|
''
|
||
|
'fo\'obar'
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["string", "\"\""],
|
||
|
["string", "\"fo\\\"obar\""],
|
||
|
["string", "''"],
|
||
|
["string", "'fo\\'obar'"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for single-quoted and double-quoted strings.
|