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

Side by Side Diff: lib/src/prism/tests/languages/qore/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 abstract any assert binary
2 bool boolean break byte
3 case catch char
4 class;
5 code const continue data
6 default do double else
7 enum
8 extends;
9 final finally float for
10 goto hash if
11 implements;
12 import inherits
13 instanceof;
14 int
15 interface;
16 long my native
17 new;
18 nothing null object our
19 own private reference
20 rethrow return short
21 softint softfloat softnumber
22 softbool softstring softdate
23 softlist static strictfp
24 string sub super switch
25 synchronized this throw
26 throws transient try
27 void volatile while
28
29 ----------------------------------------------------
30
31 [
32 ["keyword", "abstract"], ["keyword", "any"], ["keyword", "assert"], ["ke yword", "binary"],
33 ["keyword", "bool"], ["keyword", "boolean"], ["keyword", "break"], ["key word", "byte"],
34 ["keyword", "case"], ["keyword", "catch"], ["keyword", "char"],
35 ["keyword", "class"], ["punctuation", ";"],
36 ["keyword", "code"], ["keyword", "const"], ["keyword", "continue"], ["ke yword", "data"],
37 ["keyword", "default"], ["keyword", "do"], ["keyword", "double"], ["keyw ord", "else"],
38 ["keyword", "enum"],
39 ["keyword", "extends"], ["punctuation", ";"],
40 ["keyword", "final"], ["keyword", "finally"], ["keyword", "float"], ["ke yword", "for"],
41 ["keyword", "goto"], ["keyword", "hash"], ["keyword", "if"],
42 ["keyword", "implements"], ["punctuation", ";"],
43 ["keyword", "import"], ["keyword", "inherits"],
44 ["keyword", "instanceof"], ["punctuation", ";"],
45 ["keyword", "int"],
46 ["keyword", "interface"], ["punctuation", ";"],
47 ["keyword", "long"], ["keyword", "my"], ["keyword", "native"],
48 ["keyword", "new"], ["punctuation", ";"],
49 ["keyword", "nothing"], ["keyword", "null"], ["keyword", "object"], ["ke yword", "our"],
50 ["keyword", "own"], ["keyword", "private"], ["keyword", "reference"],
51 ["keyword", "rethrow"], ["keyword", "return"], ["keyword", "short"],
52 ["keyword", "softint"], ["keyword", "softfloat"], ["keyword", "softnumbe r"],
53 ["keyword", "softbool"], ["keyword", "softstring"], ["keyword", "softdat e"],
54 ["keyword", "softlist"], ["keyword", "static"], ["keyword", "strictfp"],
55 ["keyword", "string"], ["keyword", "sub"], ["keyword", "super"], ["keywo rd", "switch"],
56 ["keyword", "synchronized"], ["keyword", "this"], ["keyword", "throw"],
57 ["keyword", "throws"], ["keyword", "transient"], ["keyword", "try"],
58 ["keyword", "void"], ["keyword", "volatile"], ["keyword", "while"]
59 ]
60
61 ----------------------------------------------------
62
63 Checks for keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/qore/function_feature.test ('k') | lib/src/prism/tests/languages/qore/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698