From dbf724575a1769f9afcabfd77b51c9a9094f1d86 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 23 Jan 2009 19:39:39 +0000 Subject: Fix azimuth data svn path=/trunk/libcss/; revision=6184 --- test/data/parse2/illegal-values.dat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/data/parse2') 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 -- cgit v1.2.3