mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
30 lines
520 B
Plaintext
30 lines
520 B
Plaintext
""
|
|
"fo%"o"
|
|
"foo%
|
|
%bar"
|
|
|
|
"[fo"o
|
|
bar]"
|
|
"!-[fo"o[]
|
|
bar]!-"
|
|
"{fo"o
|
|
bar}"
|
|
"*?{fo"o{}
|
|
bar}*?"
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"fo%\"o\""],
|
|
["string", "\"foo%\r\n%bar\""],
|
|
|
|
["string", "\"[fo\"o\r\nbar]\""],
|
|
["string", "\"!-[fo\"o[]\r\nbar]!-\""],
|
|
["string", "\"{fo\"o\r\nbar}\""],
|
|
["string", "\"*?{fo\"o{}\r\nbar}*?\""]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings, multi-line strings, and aligned and non aligned verbatim strings. |