Tests p:store: It is a dynamic error, if the step cannot store to the specified position.
Test ab-store-002.xml is expected to fail with error code err:XD0064 [Core steps, XProc]
.
<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:store xml:base="/%gg/" href="file">
<p:with-input>
<doc/>
</p:with-input>
</p:store>
</p:declare-step>
Fixed expected error code.
New tests for p:store