mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
21 lines
308 B
Plaintext
21 lines
308 B
Plaintext
''
|
|
'fo''o'
|
|
^G
|
|
#7
|
|
#$f4
|
|
'foo'#9'bar'
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "''"],
|
|
["string", "'fo''o'"],
|
|
["string", "^G"],
|
|
["string", "#7"],
|
|
["string", "#$f4"],
|
|
["string", "'foo'#9'bar'"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings and chars. |