jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/puppet/attr-name_feature.test
2016-02-02 21:12:02 -05:00

19 lines
381 B
Plaintext

foo {
bar => bar,
* => {}
}
----------------------------------------------------
[
"foo ", ["punctuation", "{"],
["attr-name", "bar"], ["operator", "=>"],
" bar", ["punctuation", ","],
["attr-name", "*"], ["operator", "=>"],
["punctuation", "{"], ["punctuation", "}"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for attributes.