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

Side by Side Diff: lib/src/prism/tests/languages/fsharp/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 abstract and as assert
2 base begin
3 class;
4 default
5 delegate do done downcast
6 downto elif else end
7 exception extern false finally
8 for fun function global
9 if in inherit inline
10 interface;
11 internal lazy let
12 let! match member module
13 mutable namespace
14 new;
15 not
16 null of open or override
17 private public rec return
18 return! select static struct
19 then to true try type
20 upcast use use! val void
21 when while with yield
22 yield! asr land lor lsl
23 lsr lxor mod sig atomic
24 break checked component
25 const constraint constructor
26 continue eager event external
27 fixed functor include method
28 mixin object parallel process
29 protected pure sealed tailcall
30 trait;
31 virtual volatile
32
33 ----------------------------------------------------
34
35 [
36 ["keyword", "abstract"], ["keyword", "and"], ["keyword", "as"], ["keywor d", "assert"],
37 ["keyword", "base"], ["keyword", "begin"],
38 ["keyword", "class"], ["punctuation", ";"],
39 ["keyword", "default"],
40 ["keyword", "delegate"], ["keyword", "do"], ["keyword", "done"], ["keywo rd", "downcast"],
41 ["keyword", "downto"], ["keyword", "elif"], ["keyword", "else"], ["keywo rd", "end"],
42 ["keyword", "exception"], ["keyword", "extern"], ["keyword", "false"], [ "keyword", "finally"],
43 ["keyword", "for"], ["keyword", "fun"], ["keyword", "function"], ["keywo rd", "global"],
44 ["keyword", "if"], ["keyword", "in"], ["keyword", "inherit"], ["keyword" , "inline"],
45 ["keyword", "interface"], ["punctuation", ";"],
46 ["keyword", "internal"], ["keyword", "lazy"], ["keyword", "let"],
47 ["keyword", "let!"], ["keyword", "match"], ["keyword", "member"], ["keyw ord", "module"],
48 ["keyword", "mutable"], ["keyword", "namespace"],
49 ["keyword", "new"], ["punctuation", ";"],
50 ["keyword", "not"],
51 ["keyword", "null"], ["keyword", "of"], ["keyword", "open"], ["keyword", "or"], ["keyword", "override"],
52 ["keyword", "private"], ["keyword", "public"], ["keyword", "rec"], ["key word", "return"],
53 ["keyword", "return!"], ["keyword", "select"], ["keyword", "static"], [" keyword", "struct"],
54 ["keyword", "then"], ["keyword", "to"], ["keyword", "true"], ["keyword", "try"], ["keyword", "type"],
55 ["keyword", "upcast"], ["keyword", "use"], ["keyword", "use!"], ["keywor d", "val"], ["keyword", "void"],
56 ["keyword", "when"], ["keyword", "while"], ["keyword", "with"], ["keywor d", "yield"],
57 ["keyword", "yield!"], ["keyword", "asr"], ["keyword", "land"], ["keywor d", "lor"], ["keyword", "lsl"],
58 ["keyword", "lsr"], ["keyword", "lxor"], ["keyword", "mod"], ["keyword", "sig"], ["keyword", "atomic"],
59 ["keyword", "break"], ["keyword", "checked"], ["keyword", "component"],
60 ["keyword", "const"], ["keyword", "constraint"], ["keyword", "constructo r"],
61 ["keyword", "continue"], ["keyword", "eager"], ["keyword", "event"], ["k eyword", "external"],
62 ["keyword", "fixed"], ["keyword", "functor"], ["keyword", "include"], [" keyword", "method"],
63 ["keyword", "mixin"], ["keyword", "object"], ["keyword", "parallel"], [" keyword", "process"],
64 ["keyword", "protected"], ["keyword", "pure"], ["keyword", "sealed"], [" keyword", "tailcall"],
65 ["keyword", "trait"], ["punctuation", ";"],
66 ["keyword", "virtual"], ["keyword", "volatile"]
67 ]
68
69 ----------------------------------------------------
70
71 Checks for all keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/fsharp/comment_feature.test ('k') | lib/src/prism/tests/languages/fsharp/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698