jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/monkey/function_feature.test
2016-02-03 18:00:01 -05:00

13 lines
298 B
Plaintext

foobar()
Foo_Bar_42()
----------------------------------------------------
[
["function", "foobar"], ["punctuation", "("], ["punctuation", ")"],
["function", "Foo_Bar_42"], ["punctuation", "("], ["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.