summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2008-08-08 18:35:19 +0000
committerRyan Lortie <ryanl@src.gnome.org>2008-08-08 18:35:19 +0000
commitce42e7ad4a28978245648e3f6eaec85022161c83 (patch)
tree180cf173cd422ff4b9e3cdf9a709ef566a98b94b /tests
parent8b6a4e9439c2dffe97dd3c56f63841baf74d53dc (diff)
downloadglib-ce42e7ad4a28978245648e3f6eaec85022161c83.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/markups/fail-32.gmarkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/markups/fail-32.gmarkup b/tests/markups/fail-32.gmarkup
index e965f65f7..5e865d026 100644
--- a/tests/markups/fail-32.gmarkup
+++ b/tests/markups/fail-32.gmarkup
@@ -1 +1 @@
-<foo>&#x10;</foo> \ No newline at end of file
+<foo>&#x0;</foo>