~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/scheme/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
(define
 
2
(define-syntax
 
3
(define-library
 
4
(define-values
 
5
(case-lambda
 
6
(lambda
 
7
(let
 
8
(let*
 
9
(letrec
 
10
(let-values
 
11
(let*-values
 
12
(letrec-values
 
13
(else
 
14
(if
 
15
(cond
 
16
(begin
 
17
(delay
 
18
(delay-force
 
19
(parameterize
 
20
(guard
 
21
(set!
 
22
(quasi-quote
 
23
(quote
 
24
(syntax-rules
 
25
 
 
26
----------------------------------------------------
 
27
 
 
28
[
 
29
        ["punctuation", "("], ["keyword", "define"],
 
30
        ["punctuation", "("], ["keyword", "define-syntax"],
 
31
        ["punctuation", "("], ["keyword", "define-library"],
 
32
        ["punctuation", "("], ["keyword", "define-values"],
 
33
        ["punctuation", "("], ["keyword", "case-lambda"],
 
34
        ["punctuation", "("], ["keyword", "lambda"],
 
35
        ["punctuation", "("], ["keyword", "let"],
 
36
        ["punctuation", "("], ["keyword", "let*"],
 
37
        ["punctuation", "("], ["keyword", "letrec"],
 
38
        ["punctuation", "("], ["keyword", "let-values"],
 
39
        ["punctuation", "("], ["keyword", "let*-values"],
 
40
        ["punctuation", "("], ["keyword", "letrec-values"],
 
41
        ["punctuation", "("], ["keyword", "else"],
 
42
        ["punctuation", "("], ["keyword", "if"],
 
43
        ["punctuation", "("], ["keyword", "cond"],
 
44
        ["punctuation", "("], ["keyword", "begin"],
 
45
        ["punctuation", "("], ["keyword", "delay"],
 
46
        ["punctuation", "("], ["keyword", "delay-force"],
 
47
        ["punctuation", "("], ["keyword", "parameterize"],
 
48
        ["punctuation", "("], ["keyword", "guard"],
 
49
        ["punctuation", "("], ["keyword", "set!"],
 
50
        ["punctuation", "("], ["keyword", "quasi-quote"],
 
51
        ["punctuation", "("], ["keyword", "quote"],
 
52
        ["punctuation", "("], ["keyword", "syntax-rules"]
 
53
]
 
54
 
 
55
----------------------------------------------------
 
56
 
 
57
Checks for keywords.
 
 
b'\\ No newline at end of file'