mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
25 lines
376 B
Plaintext
25 lines
376 B
Plaintext
""
|
|
"Fo\"obar"
|
|
'\''
|
|
'\123'
|
|
'\xf4'
|
|
`\``
|
|
`\123`
|
|
`\xf4`
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"Fo\\\"obar\""],
|
|
["string", "'\\''"],
|
|
["string", "'\\123'"],
|
|
["string", "'\\xf4'"],
|
|
["string", "`\\``"],
|
|
["string", "`\\123`"],
|
|
["string", "`\\xf4`"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |