~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/puppet/function_feature.test

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$foo.foobar
 
2
foo_bar_42()
 
3
 
 
4
contain
 
5
debug
 
6
err
 
7
fail
 
8
include
 
9
info
 
10
notice
 
11
realize
 
12
require
 
13
tag
 
14
warning
 
15
 
 
16
----------------------------------------------------
 
17
 
 
18
[
 
19
        ["variable", ["$foo"]], ["punctuation", "."], ["function", "foobar"],
 
20
        ["function", "foo_bar_42"], ["punctuation", "("], ["punctuation", ")"],
 
21
 
 
22
        ["function", "contain"],
 
23
        ["function", "debug"],
 
24
        ["function", "err"],
 
25
        ["function", "fail"],
 
26
        ["function", "include"],
 
27
        ["function", "info"],
 
28
        ["function", "notice"],
 
29
        ["function", "realize"],
 
30
        ["function", "require"],
 
31
        ["function", "tag"],
 
32
        ["function", "warning"]
 
33
]
 
34
 
 
35
----------------------------------------------------
 
36
 
 
37
Checks for functions.
 
 
b'\\ No newline at end of file'