glib r7328 - in trunk: . tests/markups



Author: ryanl
Date: Fri Aug  8 18:35:19 2008
New Revision: 7328
URL: http://svn.gnome.org/viewvc/glib?rev=7328&view=rev

Log:
Fix 'fail' markup test cases to -not- be valid XML 1.1.

2008-08-08  Ryan Lortie  <desrt desrt ca>

        * tests/markups/fail-32.gmarkup: change &#x10; to &#x0; since the
        former is no longer a failure.



Modified:
   trunk/ChangeLog
   trunk/tests/markups/fail-32.gmarkup

Modified: trunk/tests/markups/fail-32.gmarkup
==============================================================================
--- trunk/tests/markups/fail-32.gmarkup	(original)
+++ trunk/tests/markups/fail-32.gmarkup	Fri Aug  8 18:35:19 2008
@@ -1 +1 @@
-<foo>&#x10;</foo>
\ No newline at end of file
+<foo>&#x0;</foo>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]