summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xslt003.phpt
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-10-27 08:49:11 +0000
committerChristian Stocker <chregu@php.net>2003-10-27 08:49:11 +0000
commit9caf3e1253333f73f7b6b541b2a151786b40e81d (patch)
treefebee5451c9183cfbd0026e0d0717e7977e6a77c /ext/xsl/tests/xslt003.phpt
parentacd5eb24db2bb8449473477454c35355a64f191b (diff)
downloadphp-git-9caf3e1253333f73f7b6b541b2a151786b40e81d.tar.gz
totally wrong expected output...
Diffstat (limited to 'ext/xsl/tests/xslt003.phpt')
-rw-r--r--ext/xsl/tests/xslt003.phpt10
1 files 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--
<?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>