Tests p:run: Checks explit non-primary p:output does not become DRP.
Test ab-p-run-060.xml is expected to fail with error code err:XS0032
.
It requires the following features: p-run.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:run>
<p:with-input>
<p:inline>
<p:declare-step version="3.0">
<p:output port="result"/>
<p:identity>
<p:with-input>
<result/>
</p:with-input>
</p:identity>
</p:declare-step>
</p:inline>
</p:with-input>
<p:output port="result" primary="false"/>
</p:run>
<p:identity/>
</p:declare-step>
Added tests for p:run