From 3b4f3489f92b8910bda06ef2847fc3c83b6ae30c Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 22 May 2005 16:41:33 +0000 Subject: [PATCH] MFH: adjust highlight test. --- NEWS | 1 + tests/strings/004.phpt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 /> ] -- 2.50.1