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

17 lines
314 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
foobar(
foo_bar_42(
abs/1
atan/2
----------------------------------------------------
[
["function", "foobar"], ["punctuation", "("],
["function", "foo_bar_42"], ["punctuation", "("],
["function", "abs/1"],
["function", "atan/2"]
]
----------------------------------------------------
Checks for functions.