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

Side by Side Diff: lib/src/prism/tests/languages/applescript/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 about above after against
2 apart from
3 around
4 aside from
5 at back before beginning behind below
6 beneath beside between but by
7 considering continue copy
8 does eighth else end
9 equal error every exit
10 false fifth first for fourth
11 from front get given global
12 if ignoring in
13 instead of
14 into is it its last
15 local me middle my
16 ninth of on onto
17 out of
18 over prop property put
19 repeat return returning
20 second set seventh since sixth
21 some tell tenth that the
22 then third through thru timeout
23 times to transaction true try
24 until where while whose with
25 without
26
27 ----------------------------------------------------
28
29 [
30 ["keyword", "about"], ["keyword", "above"], ["keyword", "after"], ["keyw ord", "against"],
31 ["keyword", "apart from"],
32 ["keyword", "around"],
33 ["keyword", "aside from"],
34 ["keyword", "at"], ["keyword", "back"], ["keyword", "before"], ["keyword ", "beginning"], ["keyword", "behind"], ["keyword", "below"],
35 ["keyword", "beneath"], ["keyword", "beside"], ["keyword", "between"], [ "keyword", "but"], ["keyword", "by"],
36 ["keyword", "considering"], ["keyword", "continue"], ["keyword", "copy"] ,
37 ["keyword", "does"], ["keyword", "eighth"], ["keyword", "else"], ["keywo rd", "end"],
38 ["keyword", "equal"], ["keyword", "error"], ["keyword", "every"], ["keyw ord", "exit"],
39 ["keyword", "false"], ["keyword", "fifth"], ["keyword", "first"], ["keyw ord", "for"], ["keyword", "fourth"],
40 ["keyword", "from"], ["keyword", "front"], ["keyword", "get"], ["keyword ", "given"], ["keyword", "global"],
41 ["keyword", "if"], ["keyword", "ignoring"], ["keyword", "in"],
42 ["keyword", "instead of"],
43 ["keyword", "into"], ["keyword", "is"], ["keyword", "it"], ["keyword", " its"], ["keyword", "last"],
44 ["keyword", "local"], ["keyword", "me"], ["keyword", "middle"], ["keywor d", "my"],
45 ["keyword", "ninth"], ["keyword", "of"], ["keyword", "on"], ["keyword", "onto"],
46 ["keyword", "out of"],
47 ["keyword", "over"], ["keyword", "prop"], ["keyword", "property"], ["key word", "put"],
48 ["keyword", "repeat"], ["keyword", "return"], ["keyword", "returning"],
49 ["keyword", "second"], ["keyword", "set"], ["keyword", "seventh"], ["key word", "since"], ["keyword", "sixth"],
50 ["keyword", "some"], ["keyword", "tell"], ["keyword", "tenth"], ["keywor d", "that"], ["keyword", "the"],
51 ["keyword", "then"], ["keyword", "third"], ["keyword", "through"], ["key word", "thru"], ["keyword", "timeout"],
52 ["keyword", "times"], ["keyword", "to"], ["keyword", "transaction"], ["k eyword", "true"], ["keyword", "try"],
53 ["keyword", "until"], ["keyword", "where"], ["keyword", "while"], ["keyw ord", "whose"], ["keyword", "with"],
54 ["keyword", "without"]
55 ]
56
57 ----------------------------------------------------
58
59 Checks for all keywords.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698