From: Pierre Joye Date: Wed, 19 Jul 2006 18:50:51 +0000 (+0000) Subject: - fix tests for PI with libxml 2.6.24+, a new line is now added X-Git-Tag: php-5.2.0RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92b6f24241c78909f6774c28ecdbdfddc21a5a47;p=php - fix tests for PI with libxml 2.6.24+, a new line is now added --- diff --git a/ext/xmlwriter/tests/009.phpt b/ext/xmlwriter/tests/009.phpt index 9c00fe7b0e..002916ff10 100644 --- a/ext/xmlwriter/tests/009.phpt +++ b/ext/xmlwriter/tests/009.phpt @@ -8,7 +8,9 @@ if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ requi --FILE-- ---EXPECT-- +--EXPECTF-- - + %w &"]]> diff --git a/ext/xmlwriter/tests/OO_009.phpt b/ext/xmlwriter/tests/OO_009.phpt index aa3e95596f..c874f3e4ef 100644 --- a/ext/xmlwriter/tests/OO_009.phpt +++ b/ext/xmlwriter/tests/OO_009.phpt @@ -7,7 +7,9 @@ if (!extension_loaded("xmlwriter")) die("skip"); --FILE-- openMemory(); $xw->setIndent(TRUE); @@ -32,12 +34,12 @@ $xw->endDocument(); $output = $xw->flush(true); print $output; ?> ---EXPECT-- +--EXPECTF-- - + %w &"]]>