From: Ilia Alshanetsky Date: Sun, 22 May 2005 16:41:33 +0000 (+0000) Subject: MFH: adjust highlight test. X-Git-Tag: php-5.0.5RC1~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b4f3489f92b8910bda06ef2847fc3c83b6ae30c;p=php MFH: adjust highlight test. --- diff --git a/NEWS b/NEWS index 8efc48aaaa..68f1848325 100644 --- a/NEWS +++ b/NEWS @@ -113,6 +113,7 @@ PHP NEWS handler). (Tony) - Fixed bug #29944 (Function defined in switch, crashes). (Dmitry) - Fixed bug #29583 (crash when echoing a COM object). (M.Sisolak, Wez) +- Fixed bug #29338 (unencoded spaces get ignored after certain tags). (Ilia) - Fixed bug #29210 (Function: is_callable - no support for private and protected classes). (Dmitry) - Fixed bug #29104 (Function declaration in method doesn't work). (Dmitry) diff --git a/tests/strings/004.phpt b/tests/strings/004.phpt index ac5e2ce43d..a283fda699 100644 --- a/tests/strings/004.phpt +++ b/tests/strings/004.phpt @@ -15,8 +15,8 @@ echo "\n[$var]\n"; ?> --EXPECT-- -<br /><?php echo "foo"; ?><br /> +<br /><?php echo "foo"?><br /> [ -<br /><?php echo "bar"; ?><br /> +<br /><?php echo "bar"?><br /> ]