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

Side by Side Diff: lib/src/prism/tests/languages/ocaml/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 as
2 assert
3 begin
4 class
5 constraint
6 do
7 done
8 downto
9 else
10 end
11 exception
12 external
13 for
14 fun
15 function
16 functor
17 if
18 in
19 include
20 inherit
21 initializer
22 lazy
23 let
24 match
25 method
26 module
27 mutable
28 new
29 object
30 of
31 open
32 prefix
33 private
34 rec
35 then
36 sig
37 struct
38 to
39 try
40 type
41 val
42 value
43 virtual
44 where
45 while
46 with
47
48 ----------------------------------------------------
49
50 [
51 ["keyword", "as"],
52 ["keyword", "assert"],
53 ["keyword", "begin"],
54 ["keyword", "class"],
55 ["keyword", "constraint"],
56 ["keyword", "do"],
57 ["keyword", "done"],
58 ["keyword", "downto"],
59 ["keyword", "else"],
60 ["keyword", "end"],
61 ["keyword", "exception"],
62 ["keyword", "external"],
63 ["keyword", "for"],
64 ["keyword", "fun"],
65 ["keyword", "function"],
66 ["keyword", "functor"],
67 ["keyword", "if"],
68 ["keyword", "in"],
69 ["keyword", "include"],
70 ["keyword", "inherit"],
71 ["keyword", "initializer"],
72 ["keyword", "lazy"],
73 ["keyword", "let"],
74 ["keyword", "match"],
75 ["keyword", "method"],
76 ["keyword", "module"],
77 ["keyword", "mutable"],
78 ["keyword", "new"],
79 ["keyword", "object"],
80 ["keyword", "of"],
81 ["keyword", "open"],
82 ["keyword", "prefix"],
83 ["keyword", "private"],
84 ["keyword", "rec"],
85 ["keyword", "then"],
86 ["keyword", "sig"],
87 ["keyword", "struct"],
88 ["keyword", "to"],
89 ["keyword", "try"],
90 ["keyword", "type"],
91 ["keyword", "val"],
92 ["keyword", "value"],
93 ["keyword", "virtual"],
94 ["keyword", "where"],
95 ["keyword", "while"],
96 ["keyword", "with"]
97 ]
98
99 ----------------------------------------------------
100
101 Checks for keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/ocaml/directive_feature.test ('k') | lib/src/prism/tests/languages/ocaml/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698