From: Rhodri James Date: Tue, 21 Feb 2017 12:47:28 +0000 (+0000) Subject: Fix message in XML declaration handler X-Git-Tag: R_2_2_3~27^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=991693f12be3146a1bee6edcf0088cfb327dd4c7;p=libexpat Fix message in XML declaration handler --- diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index ff1b16e1..c3758a69 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -3007,7 +3007,7 @@ xml_decl_handler(void *userData, if (userData != handler_data) fail("User data (xml decl) not correctly set"); if (standalone != -1) - fail("Standalone not show as not present"); + fail("Standalone not flagged as not present in XML decl"); xdecl_count++; }