Blame view

bower_components/prism/tests/languages/prolog/function_feature.test 330 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  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.