~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/mel/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
break
 
2
case
 
3
continue
 
4
default
 
5
do
 
6
else
 
7
float
 
8
for
 
9
global
 
10
if
 
11
in
 
12
int
 
13
matrix
 
14
proc
 
15
return
 
16
string
 
17
switch
 
18
vector
 
19
while
 
20
 
 
21
----------------------------------------------------
 
22
 
 
23
[
 
24
        ["keyword", "break"],
 
25
        ["keyword", "case"],
 
26
        ["keyword", "continue"],
 
27
        ["keyword", "default"],
 
28
        ["keyword", "do"],
 
29
        ["keyword", "else"],
 
30
        ["keyword", "float"],
 
31
        ["keyword", "for"],
 
32
        ["keyword", "global"],
 
33
        ["keyword", "if"],
 
34
        ["keyword", "in"],
 
35
        ["keyword", "int"],
 
36
        ["keyword", "matrix"],
 
37
        ["keyword", "proc"],
 
38
        ["keyword", "return"],
 
39
        ["keyword", "string"],
 
40
        ["keyword", "switch"],
 
41
        ["keyword", "vector"],
 
42
        ["keyword", "while"]
 
43
]
 
44
 
 
45
----------------------------------------------------
 
46
 
 
47
Checks for keywords.
 
 
b'\\ No newline at end of file'