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.


svn path=/trunk/; revision=7328
This commit is contained in:
Ryan Lortie 2008-08-08 18:35:19 +00:00 committed by Ryan Lortie
parent 8b6a4e9439
commit ce42e7ad4a
2 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -1 +1 @@
<foo>&#x10;</foo>
<foo>&#x0;</foo>