~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/puppet/keyword_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
application
 
2
attr
 
3
case
 
4
class
 
5
consumes
 
6
default
 
7
define
 
8
else
 
9
elsif
 
10
function
 
11
if
 
12
import
 
13
inherits
 
14
node
 
15
private
 
16
produces
 
17
type
 
18
undef
 
19
unless
 
20
 
 
21
----------------------------------------------------
 
22
 
 
23
[
 
24
        ["keyword", "application"],
 
25
        ["keyword", "attr"],
 
26
        ["keyword", "case"],
 
27
        ["keyword", "class"],
 
28
        ["keyword", "consumes"],
 
29
        ["keyword", "default"],
 
30
        ["keyword", "define"],
 
31
        ["keyword", "else"],
 
32
        ["keyword", "elsif"],
 
33
        ["keyword", "function"],
 
34
        ["keyword", "if"],
 
35
        ["keyword", "import"],
 
36
        ["keyword", "inherits"],
 
37
        ["keyword", "node"],
 
38
        ["keyword", "private"],
 
39
        ["keyword", "produces"],
 
40
        ["keyword", "type"],
 
41
        ["keyword", "undef"],
 
42
        ["keyword", "unless"]
 
43
]
 
44
 
 
45
----------------------------------------------------
 
46
 
 
47
Checks for keywords.
 
 
b'\\ No newline at end of file'