jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/monkey/function_feature.test

13 lines
298 B
Text
Raw Normal View History

2016-02-03 18:00:01 -05:00
foobar()
Foo_Bar_42()
----------------------------------------------------
[
["function", "foobar"], ["punctuation", "("], ["punctuation", ")"],
["function", "Foo_Bar_42"], ["punctuation", "("], ["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.