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

Side by Side Diff: lib/src/prism/tests/languages/groovy/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 as def in abstract
2 assert boolean break
3 byte case catch char
4 class;
5 const continue
6 default do double else
7 enum
8 extends;
9 final
10 finally float for goto
11 if
12 implements;
13 import
14 instanceof;
15 int
16 interface;
17 long native
18 new;
19 package private protected
20 public return short
21 static strictfp super
22 switch synchronized this
23 throw throws
24 trait;
25 transient
26 try void volatile while
27
28 ----------------------------------------------------
29
30 [
31 ["keyword", "as"], ["keyword", "def"], ["keyword", "in"], ["keyword", "a bstract"],
32 ["keyword", "assert"], ["keyword", "boolean"], ["keyword", "break"],
33 ["keyword", "byte"], ["keyword", "case"], ["keyword", "catch"], ["keywor d", "char"],
34 ["keyword", "class"], ["punctuation", ";"],
35 ["keyword", "const"], ["keyword", "continue"],
36 ["keyword", "default"], ["keyword", "do"], ["keyword", "double"], ["keyw ord", "else"],
37 ["keyword", "enum"],
38 ["keyword", "extends"], ["punctuation", ";"],
39 ["keyword", "final"],
40 ["keyword", "finally"], ["keyword", "float"], ["keyword", "for"], ["keyw ord", "goto"],
41 ["keyword", "if"],
42 ["keyword", "implements"], ["punctuation", ";"],
43 ["keyword", "import"],
44 ["keyword", "instanceof"], ["punctuation", ";"],
45 ["keyword", "int"],
46 ["keyword", "interface"], ["punctuation", ";"],
47 ["keyword", "long"], ["keyword", "native"],
48 ["keyword", "new"], ["punctuation", ";"],
49 ["keyword", "package"], ["keyword", "private"], ["keyword", "protected"] ,
50 ["keyword", "public"], ["keyword", "return"], ["keyword", "short"],
51 ["keyword", "static"], ["keyword", "strictfp"], ["keyword", "super"],
52 ["keyword", "switch"], ["keyword", "synchronized"], ["keyword", "this"],
53 ["keyword", "throw"], ["keyword", "throws"],
54 ["keyword", "trait"], ["punctuation", ";"],
55 ["keyword", "transient"],
56 ["keyword", "try"], ["keyword", "void"], ["keyword", "volatile"], ["keyw ord", "while"]
57 ]
58
59 ----------------------------------------------------
60
61 Checks for all keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/groovy/annotation_feature.test ('k') | lib/src/prism/tests/languages/groovy/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698