mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
523 B
Plaintext
17 lines
523 B
Plaintext
|foobar|
|
|
|foo\|b\{a}r|
|
|
|foo { bar } baz|
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["token-operator", "|"], ["string-template", "foobar"], ["token-operator", "|"],
|
|
["token-operator", "|"], ["string-template", "foo\\|b\\{a}r"], ["token-operator", "|"],
|
|
["token-operator", "|"], ["string-template", "foo "], ["token-operator", "{"],
|
|
" bar ",
|
|
["token-operator", "}"], ["string-template", " baz"], ["token-operator", "|"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for string templates. |