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

Side by Side Diff: lib/src/prism/tests/languages/c/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 asm typeof inline auto break
2 case char const continue default
3 do double else enum extern
4 float for goto if int
5 long register return short signed
6 sizeof static struct switch typedef
7 union unsigned void volatile while
8
9 ----------------------------------------------------
10
11 [
12 ["keyword", "asm"], ["keyword", "typeof"], ["keyword", "inline"], ["keyw ord", "auto"], ["keyword", "break"],
13 ["keyword", "case"], ["keyword", "char"], ["keyword", "const"], ["keywor d", "continue"], ["keyword", "default"],
14 ["keyword", "do"], ["keyword", "double"], ["keyword", "else"], ["keyword ", "enum"], ["keyword", "extern"],
15 ["keyword", "float"], ["keyword", "for"], ["keyword", "goto"], ["keyword ", "if"], ["keyword", "int"],
16 ["keyword", "long"], ["keyword", "register"], ["keyword", "return"], ["k eyword", "short"], ["keyword", "signed"],
17 ["keyword", "sizeof"], ["keyword", "static"], ["keyword", "struct"], ["k eyword", "switch"], ["keyword", "typedef"],
18 ["keyword", "union"], ["keyword", "unsigned"], ["keyword", "void"], ["ke yword", "volatile"], ["keyword", "while"]
19 ]
20
21 ----------------------------------------------------
22
23 Checks for all keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/c+pure/c_inclusion.test ('k') | lib/src/prism/tests/languages/c/macro_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698