From 59caf847183261bf31ac75e5e1ab7d819480ffee Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 1 Apr 2009 17:35:29 +0000 Subject: Support named colours. Fix malformed declaration test data -- everything up to and including the next semicolon is dropped on the floor. svn path=/trunk/libcss/; revision=7020 --- test/data/parse/colours.dat | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/data/parse') diff --git a/test/data/parse/colours.dat b/test/data/parse/colours.dat index a5d158c..097e13c 100644 --- a/test/data/parse/colours.dat +++ b/test/data/parse/colours.dat @@ -1,12 +1,12 @@ ## Simple colour values -##data -#* { color: red } -##errors -##expected -#| 1 * -#| 0x02000018 0xff000000 -##reset +#data +* { color: red } +#errors +#expected +| 1 * +| 0x02000018 0xff000000 +#reset #data * { color: #f00 } -- cgit v1.2.3