Tests p:archive-manifest: Test XC0081 is raised, if source is not a zip.
Test ab-unarchive-006.xml is expected to fail with error code err:XC0081
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
<p:output port="result"/>
<p:unarchive>
<p:with-input>
<doc/>
</p:with-input>
</p:unarchive>
</p:declare-step>
Change the error code to match the description.
Fixed error code from C0081 -> C0085
Initial tests for p:unarchive