Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: lib/src/prism/tests/languages/scheme/keyword_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/scheme/function_feature.test ('k') | lib/src/prism/tests/languages/scheme/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698