Files
jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/monkey/function_feature.test
T
Luke Pulverenti 90eb88f883 update components
2016-02-02 21:12:02 -05:00

13 lines
298 B
Plaintext

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