From 5f9ae45e22f6b545c1ff630fe5e415acb2ec35ec Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 11 Sep 2017 12:11:55 +0200 Subject: [PATCH] Fix test compatibility with libxml2 2.9.5 --- ext/xmlreader/tests/bug64230.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/xmlreader/tests/bug64230.phpt b/ext/xmlreader/tests/bug64230.phpt index 0b070925f3..fb1ab4932f 100644 --- a/ext/xmlreader/tests/bug64230.phpt +++ b/ext/xmlreader/tests/bug64230.phpt @@ -38,11 +38,11 @@ Done --EXPECTF-- Test Internal errors TRUE -Internal: Specification mandate value for attribute att +Internal: Specification mandate%A value for attribute att Internal errors FALSE -Warning: XMLReader::read(): %s: parser error : Specification mandate value for attribute att in %s on line %d +Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %s on line %d Warning: XMLReader::read(): in %s on line %d -- 2.40.0