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

Side by Side Diff: lib/src/prism/tests/languages/rip/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 => ->
2 class if else
3 switch case
4 return exit
5 try catch
6 finally raise
7
8 ----------------------------------------------------
9
10 [
11 ["keyword", "=>"], ["keyword", "->"],
12 ["keyword", "class"], ["keyword", "if"], ["keyword", "else"],
13 ["keyword", "switch"], ["keyword", "case"],
14 ["keyword", "return"], ["keyword", "exit"],
15 ["keyword", "try"], ["keyword", "catch"],
16 ["keyword", "finally"], ["keyword", "raise"]
17 ]
18
19 ----------------------------------------------------
20
21 Checks for keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/rip/date_time_feature.test ('k') | lib/src/prism/tests/languages/rip/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698