summaryrefslogtreecommitdiff
path: root/test/data/parse
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-01 17:35:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-01 17:35:29 +0000
commit59caf847183261bf31ac75e5e1ab7d819480ffee (patch)
tree335396222bddb3f38e88bb8e3c1ea5978d84eab3 /test/data/parse
parentb9bd625307bedfd4ddf8984b3ffe8f5555fc2dca (diff)
downloadlibcss-59caf847183261bf31ac75e5e1ab7d819480ffee.tar.gz
libcss-59caf847183261bf31ac75e5e1ab7d819480ffee.tar.bz2
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
Diffstat (limited to 'test/data/parse')
-rw-r--r--test/data/parse/colours.dat14
1 files changed, 7 insertions, 7 deletions
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 }