mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
26 lines
421 B
Plaintext
26 lines
421 B
Plaintext
[ :i |
|
|
]
|
|
[ :a :b |
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation", "["],
|
|
["block-arguments", [
|
|
["variable", ":i"],
|
|
["punctuation", "|"]
|
|
]],
|
|
["punctuation", "]"],
|
|
["punctuation", "["],
|
|
["block-arguments", [
|
|
["variable", ":a"],
|
|
["variable", ":b"],
|
|
["punctuation", "|"]
|
|
]],
|
|
["punctuation", "]"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for block arguments. |