jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/puppet/attr-name_feature.test

19 lines
381 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
foo {
bar => bar,
* => {}
}
----------------------------------------------------
[
"foo ", ["punctuation", "{"],
["attr-name", "bar"], ["operator", "=>"],
" bar", ["punctuation", ","],
["attr-name", "*"], ["operator", "=>"],
["punctuation", "{"], ["punctuation", "}"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for attributes.