summaryrefslogtreecommitdiff
path: root/test/data/parse/properties.dat
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/parse/properties.dat')
-rw-r--r--test/data/parse/properties.dat65
1 files changed, 65 insertions, 0 deletions
diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat
index 8869aba..4137d0b 100644
--- a/test/data/parse/properties.dat
+++ b/test/data/parse/properties.dat
@@ -35,6 +35,30 @@
#reset
#data
+* { azimuth: center-left; !important }
+#errors
+#expected
+| 1 *
+| 0x000c0000
+#reset
+
+#data
+* { azimuth: center-left !important; }
+#errors
+#expected
+| 1 *
+| 0x000c0400
+#reset
+
+#data
+* { azimuth: center-left ! important; }
+#errors
+#expected
+| 1 *
+| 0x000c0400
+#reset
+
+#data
* { azimuth: center; }
#errors
#expected
@@ -75,6 +99,47 @@
#reset
#data
+* { azimuth: behind; }
+#errors
+#expected
+| 1 *
+| 0x00800000
+#reset
+
+#data
+* { azimuth: behind far-right; }
+#errors
+#expected
+| 1 *
+| 0x009c0000
+#reset
+
+#data
+* { azimuth: far-right behind; }
+#errors
+#expected
+| 1 *
+| 0x009c0000
+#reset
+
+#data
+* { azimuth: far-right; }
+#errors
+#expected
+| 1 *
+| 0x009c0400
+#reset
+
+#data
+* { azimuth: far-right !important behind; }
+#errors
+#expected
+| 1 *
+| 0x001c0400
+#reset
+
+
+#data
* { azimuth: leftwards; }
#errors
#expected