From 9caf3e1253333f73f7b6b541b2a151786b40e81d Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Mon, 27 Oct 2003 08:49:11 +0000 Subject: [PATCH] totally wrong expected output... --- ext/xsl/tests/xslt003.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/xsl/tests/xslt003.phpt b/ext/xsl/tests/xslt003.phpt index 222c61ff1f..58779a7480 100644 --- a/ext/xsl/tests/xslt003.phpt +++ b/ext/xsl/tests/xslt003.phpt @@ -1,8 +1,8 @@ --TEST-- -Test 1: Using Parameters +Test 3: Using Parameters --FILE-- importStylesheet($xsl); $proc->setParameter( "", "foo","hello world"); @@ -12,10 +12,10 @@ print "\n"; --EXPECT-- -Test 1: Transform To XML String +Test 3: Using Parameters -bar +hello world a1 b1 c1
a2 c2
-a3 b3 c3
+รค3 b3 c3
-- 2.50.1