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

17 lines
No EOL
314 B
Text

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.