Fix 'fail' markup test cases to -not- be valid XML 1.1.
authorRyan Lortie <desrt@desrt.ca>
Fri, 8 Aug 2008 18:35:19 +0000 (18:35 +0000)
committerRyan Lortie <ryanl@src.gnome.org>
Fri, 8 Aug 2008 18:35:19 +0000 (18:35 +0000)
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.

svn path=/trunk/; revision=7328

ChangeLog
tests/markups/fail-32.gmarkup

index 6650f5f..6b41627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-08-08  Ryan Lortie  <desrt@desrt.ca>
 
+       Fix 'fail' markup test cases to -not- be valid XML 1.1.
+
+       * tests/markups/fail-32.gmarkup: change &#x10; to &#x0; since the
+       former is no longer a failure.
+
+2008-08-08  Ryan Lortie  <desrt@desrt.ca>
+
        Bug 546876 - Modify GMarkup parser to accept &#x1; .. &#x1f;
 
        * glib/gmarkup.c: previously the parser only accepted character
index e965f65..5e865d0 100644 (file)
@@ -1 +1 @@
-<foo>&#x10;</foo>
\ No newline at end of file
+<foo>&#x0;</foo>