summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-23 19:39:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-23 19:39:39 +0000
commitdbf724575a1769f9afcabfd77b51c9a9094f1d86 (patch)
treeac0941b42bdfa5cbb18aa56cbfceb0ae23233972 /test/data
parentcc5c3f01c6958685130a9a037abaa4dd3df86b20 (diff)
downloadlibcss-dbf724575a1769f9afcabfd77b51c9a9094f1d86.tar.gz
libcss-dbf724575a1769f9afcabfd77b51c9a9094f1d86.tar.bz2
Fix azimuth data
svn path=/trunk/libcss/; revision=6184
Diffstat (limited to 'test/data')
-rw-r--r--test/data/parse2/illegal-values.dat10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/data/parse2/illegal-values.dat b/test/data/parse2/illegal-values.dat
index 27b8c78..afb29ab 100644
--- a/test/data/parse2/illegal-values.dat
+++ b/test/data/parse2/illegal-values.dat
@@ -13,19 +13,19 @@
#reset
#data
-* { azimuth: 0 behind; azimuth: moose behind; }
+* { azimuth: 0; azimuth: moose behind; }
#errors
#expected
| *
-| azimuth: 0 behind
+| azimuth: 0deg
#reset
#data
-* { azimuth: behind 0; azimuth: moose behind; }
+* { azimuth: 0; azimuth: moose behind; }
#errors
#expected
| *
-| azimuth: 0 behind
+| azimuth: 0deg
#reset
#data
@@ -33,7 +33,7 @@
#errors
#expected
| *
-| azimuth: behind
+| azimuth: center behind
#reset
#data