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 6650f5f9cde18461289a4409a460788d7c987263..6b41627b7834334031bcc0986174cab51d65d374 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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;
index e965f65f723fcc59e1e9d935af739c66bc83f7b3..5e865d0263308e83be7921ef2b514136a9d6c9c9 100644 (file)
@@ -1 +1 @@
-<foo>&#x10;</foo>
\ No newline at end of file
+<foo>&#x0;</foo>