jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/icon/function_feature.test

15 lines
392 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
foo()
Foobar_42{}
Foo_Bar ! []
----------------------------------------------------
[
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
["function", "Foobar_42"], ["punctuation", "{"], ["punctuation", "}"],
["function", "Foo_Bar"], ["operator", "!"], ["punctuation", "["], ["punctuation", "]"]
]
----------------------------------------------------
Checks for functions.