Tests p:file-move
Test ab-file-move-012.xml is expected to pass.
It requires the following features: p:file-move.
<p:declare-step xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:file-move href="../testfolder/i-do-not-exist" target="../testfolder/new-folder" fail-on-error="false"/>
</p:declare-step>
<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns uri="http://www.w3.org/ns/xproc-step" prefix="c"/>
<s:ns uri="http://www.w3.org/2001/XMLSchema" prefix="ns"/>
<s:pattern>
<s:rule context="/">
<s:assert test="c:error">Root element is not c:error.</s:assert>
<s:assert test="c:error/@code='{http://www.w3.org/ns/xproc-error}XD0011'">The error code is not XD0011.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Initial commit