From 9980f28f6939a65edd70fe829233f3589a6969d2 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 6 Aug 2006 20:17:42 +0000 Subject: [PATCH] fix test --- ext/simplexml/tests/bug38354.phpt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/simplexml/tests/bug38354.phpt b/ext/simplexml/tests/bug38354.phpt index 8b3b2a2a61..d2fcde11c2 100644 --- a/ext/simplexml/tests/bug38354.phpt +++ b/ext/simplexml/tests/bug38354.phpt @@ -23,8 +23,6 @@ string(101) " Item Two " -string(66) " - Item Two -" +string(62) "Item Two" string(25) "Item Two" Done -- 2.50.1