mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
21 lines
364 B
Plaintext
21 lines
364 B
Plaintext
%%
|
|
foo:
|
|
bar_42:
|
|
$@1:
|
|
%%
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["bison", [
|
|
["punctuation", "%%"],
|
|
["property", "foo"], ["punctuation", ":"],
|
|
["property", "bar_42"], ["punctuation", ":"],
|
|
["property", "$@1"], ["punctuation", ":"],
|
|
["punctuation", "%%"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for properties. |