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