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

Side by Side Diff: lib/src/prism/tests/languages/perl/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 any break continue
2 default delete die
3 do else elsif eval
4 for foreach given
5 goto if last local
6 my next our package
7 print redo require
8 say state sub
9 switch undef unless
10 until use when while
11
12 ----------------------------------------------------
13
14 [
15 ["keyword", "any"], ["keyword", "break"], ["keyword", "continue"],
16 ["keyword", "default"], ["keyword", "delete"], ["keyword", "die"],
17 ["keyword", "do"], ["keyword", "else"], ["keyword", "elsif"], ["keyword" , "eval"],
18 ["keyword", "for"], ["keyword", "foreach"], ["keyword", "given"],
19 ["keyword", "goto"], ["keyword", "if"], ["keyword", "last"], ["keyword", "local"],
20 ["keyword", "my"], ["keyword", "next"], ["keyword", "our"], ["keyword", "package"],
21 ["keyword", "print"], ["keyword", "redo"], ["keyword", "require"],
22 ["keyword", "say"], ["keyword", "state"], ["keyword", "sub"],
23 ["keyword", "switch"], ["keyword", "undef"], ["keyword", "unless"],
24 ["keyword", "until"], ["keyword", "use"], ["keyword", "when"], ["keyword ", "while"]
25 ]
26
27 ----------------------------------------------------
28
29 Checks for all keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/perl/function_feature.test ('k') | lib/src/prism/tests/languages/perl/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698