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

13 lines
284 B
Plaintext

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