From 8a3e1cfd9908185a11d5a7c9f9291c169bc2af36 Mon Sep 17 00:00:00 2001 From: fdrake Date: Wed, 27 Aug 2003 12:34:23 +0000 Subject: elaborated test case to cover SF bug #774028; current Expat already handles this correctly --- tests/runtests.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/runtests.c b/tests/runtests.c index b84f1af..2280470 100644 --- a/tests/runtests.c +++ b/tests/runtests.c @@ -363,17 +363,17 @@ START_TEST(test_utf16_le_epilog_newline) } END_TEST -/* Regression test for SF bug #481609. */ +/* Regression test for SF bug #481609, #774028. */ START_TEST(test_latin1_umlauts) { char *text = "\n" - "ä ö ü ä ö ü ä ö ü"; + "ä ö ü ä ö ü ä ö ü >"; char *utf8 = "\xC3\xA4 \xC3\xB6 \xC3\xBC " "\xC3\xA4 \xC3\xB6 \xC3\xBC " - "\xC3\xA4 \xC3\xB6 \xC3\xBC"; + "\xC3\xA4 \xC3\xB6 \xC3\xBC >"; run_character_check(text, utf8); XML_ParserReset(parser, NULL); run_attribute_check(text, utf8); -- cgit v1.2.1