AB try 022
Test is expected to fail with error code err:XS0112.
The pipeline
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:p="http://www.w3.org/ns/xproc"
xmlns:t="http://xproc.org/ns/testsuite/3.0" name="pipeline" version="3.0">
<p:output port="result"/>
<p:try>
<p:identity>
<p:with-input>
<initial/>
</p:with-input>
</p:identity>
<p:catch>
<p:identity>
<p:with-input>
<catch/>
</p:with-input>
</p:identity>
</p:catch>
<p:finally>
<p:output port="finally" primary="true"/>
<p:identity>
<p:with-input>
<finally/>
</p:with-input>
</p:identity>
</p:finally>
</p:try>
</p:declare-step>
Revision history
- 13 Jul 2019, Achim Berndzen
New test