]> granicus.if.org Git - php/commitdiff
totally wrong expected output...
authorChristian Stocker <chregu@php.net>
Mon, 27 Oct 2003 08:49:11 +0000 (08:49 +0000)
committerChristian Stocker <chregu@php.net>
Mon, 27 Oct 2003 08:49:11 +0000 (08:49 +0000)
ext/xsl/tests/xslt003.phpt

index 222c61ff1fb8a412c5b3fb78f3e01cab9f03f967..58779a7480c173c8688b25fb5654e3b33a24bf46 100644 (file)
@@ -1,8 +1,8 @@
 --TEST--
-Test 1: Using Parameters
+Test 3: Using Parameters
 --FILE--
 <?php
-echo "Test 1: Using Parameters";
+echo "Test 3: Using Parameters";
 include("prepare.inc");
 $proc->importStylesheet($xsl);
 $proc->setParameter( "", "foo","hello world");
@@ -12,10 +12,10 @@ print "\n";
 
 
 --EXPECT--
-Test 1: Transform To XML String
+Test 3: Using Parameters
 <?xml version="1.0" encoding="iso-8859-1"?>
-<html><body>bar
+<html><body>hello world
 a1 b1 c1 <br/> 
 a2 c2 <br/> 
-a3 b3 c3 <br/> 
+รค3 b3 c3 <br/> 
 </body></html>