mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
$foo
|
|
$::foobar_42
|
|
$Foo::Bar_42::baz
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["variable", ["$foo"]],
|
|
["variable", ["$", ["punctuation", "::"], "foobar_42"]],
|
|
["variable", ["$Foo", ["punctuation", "::"], "Bar_42", ["punctuation", "::"], "baz"]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for variables. |