jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/bison/property_feature.test
2016-02-02 21:12:02 -05:00

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.