Author: jmb
Date: Fri Jan 16 15:42:48 2009
New Revision: 6099

URL: http://source.netsurf-browser.org?rev=6099&view=rev
Log:
Fix test data.
Don't use non UTF-8 encoded characters in the test data. Things get confused.

Modified:
    trunk/libcss/test/data/parse/properties.dat

Modified: trunk/libcss/test/data/parse/properties.dat
URL: 
http://source.netsurf-browser.org/trunk/libcss/test/data/parse/properties.dat?rev=6099&r1=6098&r2=6099&view=diff
==============================================================================
--- trunk/libcss/test/data/parse/properties.dat (original)
+++ trunk/libcss/test/data/parse/properties.dat Fri Jan 16 15:42:48 2009
@@ -622,11 +622,11 @@
 #reset

 #data
-a:after { content: " »"; }
+a:after { content: " a"; }
 #errors
 #expected
 | 1 a:after
-|   0x02000010 PTR( ») 0x00000000
+|   0x02000010 PTR( a) 0x00000000
 #reset

 #data
@@ -682,7 +682,7 @@
 #errors
 #expected
 | 1 h2:before
-|   0x02000010 PTR(Chapter ) 0x00000382 PTR(name) 0x00000080 PTR(: ') 
0x00000000
+|   0x02000010 PTR(Chapter ) 0x00000382 PTR(chapters) 0x00000080 PTR(: ') 
0x00000000
 #reset

 #data
@@ -726,7 +726,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000011 PTR(a) 0x00000400 PTR(moose) 0x00002800 0x00000000
+|   0x02000011 PTR(a) 0x00000400 0x00000080 PTR(moose) 0x00002800 0x00000000
 #reset

 #data
@@ -734,7 +734,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000011 PTR(a) 0x00000800 PTR(moose) 0x00000400 0x00000000
+|   0x02000011 PTR(a) 0x00000800 0x00000080 PTR(moose) 0x00000400 0x00000000
 #reset

 #data
@@ -742,7 +742,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000011 PTR(moose) 0x00000400 PTR(a) 0x00000400 0x00000000
+|   0x02000011 PTR(moose) 0x00000400 0x00000080 PTR(a) 0x00000400 0x00000000
 #reset

 ##
@@ -778,7 +778,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000012 PTR(a) 0x00000400 PTR(moose) 0x00002800 0x00000000
+|   0x02000012 PTR(a) 0x00000400 0x00000080 PTR(moose) 0x00002800 0x00000000
 #reset

 #data
@@ -786,7 +786,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000012 PTR(a) 0x00000800 PTR(moose) 0x00000400 0x00000000
+|   0x02000012 PTR(a) 0x00000800 0x00000080 PTR(moose) 0x00000400 0x00000000
 #reset

 #data
@@ -794,7 +794,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000012 PTR(moose) 0x00000400 PTR(a) 0x00000400 0x00000000
+|   0x02000012 PTR(moose) 0x00000400 0x00000080 PTR(a) 0x00000400 0x00000000
 #reset

 ##


_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to