diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 17:38:13 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 17:38:13 +0000 |
commit | 9f6a8748e121fbe2b4acdfadac8dee4c41734d9f (patch) | |
tree | 527563e16add5982702b555b4861305572b15f87 /ext/xslt | |
parent | 2e25c236d422304fa224fb47e6787adce7d2d0cc (diff) | |
download | php-git-9f6a8748e121fbe2b4acdfadac8dee4c41734d9f.tar.gz |
Small corrections to the expected output.
Diffstat (limited to 'ext/xslt')
-rw-r--r-- | ext/xslt/tests/009.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xslt/tests/009.phpt b/ext/xslt/tests/009.phpt index a03780bd61..3b2a9bbe5b 100644 --- a/ext/xslt/tests/009.phpt +++ b/ext/xslt/tests/009.phpt @@ -13,5 +13,5 @@ $result = xslt_process($xh, $xmlfile, $xslfile, NULL); xslt_free($xh); ?> --EXPECTF-- -Warning: Sablotron error on line none: cannot open file '%s/ext/xslt/tests/non-existent.xsl' in %s/ext/xslt/tests/phpt.%s on line %i -%sext/xslt/tests/%s(%i) : Warning - Sablotron error on line none: cannot open file '%sext/xslt/tests/non-existent.xsl' +Warning: Sablotron error on line none: cannot open file '%s/ext/xslt/tests/non-existent.xsl' in %s/ext/xslt/tests/009.%s on line %i +%sext/xslt/tests/009.%s(%i) : Warning - Sablotron error on line none: cannot open file '%sext/xslt/tests/non-existent.xsl' |