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

Side by Side Diff: lib/src/prism/tests/languages/inform7/position_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 above
2 adjacent to
3 back side of
4 below
5 between
6 down
7 east
8 everywhere
9 front side
10 here
11 in
12 inside
13 inside from
14 north
15 northeast
16 northwest
17 nowhere
18 on
19 on top of
20 other side
21 outside
22 outside from
23 part of
24 parts of
25 regionally in
26 south
27 southeast
28 southwest
29 through
30 up
31 west
32 within
33
34 ----------------------------------------------------
35
36 [
37 ["position", "above"],
38 ["position", "adjacent to"],
39 ["position", "back side of"],
40 ["position", "below"],
41 ["position", "between"],
42 ["position", "down"],
43 ["position", "east"],
44 ["position", "everywhere"],
45 ["position", "front side"],
46 ["position", "here"],
47 ["position", "in"],
48 ["position", "inside"],
49 ["position", "inside from"],
50 ["position", "north"],
51 ["position", "northeast"],
52 ["position", "northwest"],
53 ["position", "nowhere"],
54 ["position", "on"],
55 ["position", "on top of"],
56 ["position", "other side"],
57 ["position", "outside"],
58 ["position", "outside from"],
59 ["position", "part of"],
60 ["position", "parts of"],
61 ["position", "regionally in"],
62 ["position", "south"],
63 ["position", "southeast"],
64 ["position", "southwest"],
65 ["position", "through"],
66 ["position", "up"],
67 ["position", "west"],
68 ["position", "within"]
69 ]
70
71 ----------------------------------------------------
72
73 Checks for positions.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/inform7/number_feature.test ('k') | lib/src/prism/tests/languages/inform7/property_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698