From ce42e7ad4a28978245648e3f6eaec85022161c83 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 8 Aug 2008 18:35:19 +0000 Subject: [PATCH] Fix 'fail' markup test cases to -not- be valid XML 1.1. 2008-08-08 Ryan Lortie * tests/markups/fail-32.gmarkup: change  to � since the former is no longer a failure. svn path=/trunk/; revision=7328 --- ChangeLog | 7 +++++++ tests/markups/fail-32.gmarkup | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6650f5f..6b41627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-08-08 Ryan Lortie + Fix 'fail' markup test cases to -not- be valid XML 1.1. + + * tests/markups/fail-32.gmarkup: change  to � since the + former is no longer a failure. + +2008-08-08 Ryan Lortie + Bug 546876 - Modify GMarkup parser to accept  ..  * glib/gmarkup.c: previously the parser only accepted character diff --git a/tests/markups/fail-32.gmarkup b/tests/markups/fail-32.gmarkup index e965f65..5e865d0 100644 --- a/tests/markups/fail-32.gmarkup +++ b/tests/markups/fail-32.gmarkup @@ -1 +1 @@ - \ No newline at end of file + -- 2.7.4