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

23 lines
No EOL
366 B
Text

foo()
foo_bar()
f42()
----------------------------------------------------
[
["function", "foo"],
["punctuation", "("],
["punctuation", ")"],
["function", "foo_bar"],
["punctuation", "("],
["punctuation", ")"],
["function", "f42"],
["punctuation", "("],
["punctuation", ")"]
]
----------------------------------------------------
Checks for functions.