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

14 lines
384 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
menubutton(text:'Test' underline:0)
----------------------------------------------------
[
["function", "menubutton"], ["punctuation", "("],
["attr-name", "text"], ["punctuation", ":"], ["atom", "'Test'"],
["attr-name", "underline"], ["punctuation", ":"], ["number", "0"],
["punctuation", ")"]
]
----------------------------------------------------
Checks for parameter names.