From e1a7c493a3929b9e84814f8710bc7e96059c514a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 22 Jan 2009 01:15:33 +0000 Subject: Fix test data. Comment out tests involving named colours, seeing as they're not implemented yet, so these will fail for the wrong reason. svn path=/trunk/libcss/; revision=6171 --- test/data/parse2/malformed-declarations.dat | 51 +++++++++++++++-------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/test/data/parse2/malformed-declarations.dat b/test/data/parse2/malformed-declarations.dat index 613e66a..76f915e 100644 --- a/test/data/parse2/malformed-declarations.dat +++ b/test/data/parse2/malformed-declarations.dat @@ -63,6 +63,7 @@ #expected | * | top: 1em +| color: #bbbbcc00 #reset #data @@ -71,33 +72,33 @@ #expected | * | top: 1em -| color: #BBBBCC00 +| color: #bbbbcc00 #reset -#data -* { background-color: black; :; color: white; } -#errors -#expected -| * -| background-color: black -| color: white -#reset +##data +#* { background-color: black; :; color: white; } +##errors +##expected +#| * +#| background-color: #00000000 +#| color: #ffffff00 +##reset -#data -* { background-color: black; : color: white; } -#errors -#expected -| * -| background-color: black -| color: white -#reset +##data +#* { background-color: black; : color: white; } +##errors +##expected +#| * +#| background-color: #00000000 +#| color: #ffffff00 +##reset -#data -* { background-color: black; dentist: color: white; } -#errors -#expected -| * -| background-color: black -| color: white -#reset +##data +#* { background-color: black; dentist: color: white; } +##errors +##expected +#| * +#| background-color: #00000000 +#| color: #ffffff00 +##reset -- cgit v1.2.3