Browse Source

Small corrections to the expected output.

experimental/threaded
Ilia Alshanetsky 24 years ago
parent
commit
9f6a8748e1
  1. 4
      ext/xslt/tests/009.phpt

4
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'
Loading…
Cancel
Save