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

Unified 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, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: lib/src/prism/tests/languages/inform7/position_feature.test
diff --git a/lib/src/prism/tests/languages/inform7/position_feature.test b/lib/src/prism/tests/languages/inform7/position_feature.test
new file mode 100644
index 0000000000000000000000000000000000000000..a29821797f3b103e3fd0eb462ca1dc1a8724b513
--- /dev/null
+++ b/lib/src/prism/tests/languages/inform7/position_feature.test
@@ -0,0 +1,73 @@
+above
+adjacent to
+back side of
+below
+between
+down
+east
+everywhere
+front side
+here
+in
+inside
+inside from
+north
+northeast
+northwest
+nowhere
+on
+on top of
+other side
+outside
+outside from
+part of
+parts of
+regionally in
+south
+southeast
+southwest
+through
+up
+west
+within
+
+----------------------------------------------------
+
+[
+ ["position", "above"],
+ ["position", "adjacent to"],
+ ["position", "back side of"],
+ ["position", "below"],
+ ["position", "between"],
+ ["position", "down"],
+ ["position", "east"],
+ ["position", "everywhere"],
+ ["position", "front side"],
+ ["position", "here"],
+ ["position", "in"],
+ ["position", "inside"],
+ ["position", "inside from"],
+ ["position", "north"],
+ ["position", "northeast"],
+ ["position", "northwest"],
+ ["position", "nowhere"],
+ ["position", "on"],
+ ["position", "on top of"],
+ ["position", "other side"],
+ ["position", "outside"],
+ ["position", "outside from"],
+ ["position", "part of"],
+ ["position", "parts of"],
+ ["position", "regionally in"],
+ ["position", "south"],
+ ["position", "southeast"],
+ ["position", "southwest"],
+ ["position", "through"],
+ ["position", "up"],
+ ["position", "west"],
+ ["position", "within"]
+]
+
+----------------------------------------------------
+
+Checks for positions.
« 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