From e0a943dcdb0b05559b2c6ddd4c3fdbe28368a8aa Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 29 Oct 2003 05:04:40 +0000 Subject: [PATCH] Fixed test. --- ext/dom/tests/dom005.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dom/tests/dom005.phpt b/ext/dom/tests/dom005.phpt index 29e5aa76e1..9ce32b4a19 100644 --- a/ext/dom/tests/dom005.phpt +++ b/ext/dom/tests/dom005.phpt @@ -15,13 +15,13 @@ print $dom->saveHTML(); --EXPECT-- --- save as XML - + Hello world

This is a not well-formed
html files with undeclared entities 

--- save as HTML - + Hello world

-- 2.40.0