From b89ce361fc75ce23f6005c88330d70e1dc85957d Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 22 Dec 2003 23:15:34 +0000 Subject: [PATCH] Fix test --- ext/simplexml/tests/016.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/simplexml/tests/016.phpt b/ext/simplexml/tests/016.phpt index a46c33571b..9f88631222 100644 --- a/ext/simplexml/tests/016.phpt +++ b/ext/simplexml/tests/016.phpt @@ -30,10 +30,10 @@ echo "---Done---\n"; ?> --EXPECT-- string(3) "Joe" -string(3) "JoeFoo" -string(3) "JoeFooBar" +string(6) "JoeFoo" +string(9) "JoeFooBar" ---[0]--- string(3) "Joe" -string(3) "JoeFoo" -string(3) "JoeFooBar" +string(6) "JoeFoo" +string(9) "JoeFooBar" ---Done--- -- 2.50.1