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

Side by Side Diff: lib/src/prism/tests/languages/lolcode/operator_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 NOT
2 BOTH SAEM
3 DIFFRINT
4 SUM OF
5 DIFF OF
6 PRODUKT OF
7 QUOSHUNT OF
8 MOD OF
9 BIGGR OF
10 SMALLR OF
11 BOTH OF
12 EITHER OF
13 WON OF
14 ALL OF
15 ANY OF
16
17 ----------------------------------------------------
18
19 [
20 ["operator", "NOT"],
21 ["operator", "BOTH SAEM"],
22 ["operator", "DIFFRINT"],
23 ["operator", "SUM OF"],
24 ["operator", "DIFF OF"],
25 ["operator", "PRODUKT OF"],
26 ["operator", "QUOSHUNT OF"],
27 ["operator", "MOD OF"],
28 ["operator", "BIGGR OF"],
29 ["operator", "SMALLR OF"],
30 ["operator", "BOTH OF"],
31 ["operator", "EITHER OF"],
32 ["operator", "WON OF"],
33 ["operator", "ALL OF"],
34 ["operator", "ANY OF"]
35 ]
36
37 ----------------------------------------------------
38
39 Checks for all operators.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/lolcode/number_feature.test ('k') | lib/src/prism/tests/languages/lolcode/string_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698