~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/matlab/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 case catch continue
 
2
else elseif end for
 
3
function if inf NaN
 
4
otherwise parfor pause
 
5
pi return switch
 
6
try while
 
7
 
 
8
----------------------------------------------------
 
9
 
 
10
[
 
11
        ["keyword", "break"], ["keyword", "case"], ["keyword", "catch"], ["keyword", "continue"],
 
12
        ["keyword", "else"], ["keyword", "elseif"], ["keyword", "end"], ["keyword", "for"],
 
13
        ["keyword", "function"], ["keyword", "if"], ["keyword", "inf"], ["keyword", "NaN"],
 
14
        ["keyword", "otherwise"], ["keyword", "parfor"], ["keyword", "pause"],
 
15
        ["keyword", "pi"], ["keyword", "return"], ["keyword", "switch"],
 
16
        ["keyword", "try"], ["keyword", "while"]
 
17
]
 
18
 
 
19
----------------------------------------------------
 
20
 
 
21
Checks for all keywords.
 
 
b'\\ No newline at end of file'