Test ab-err-s0002-5

Tests that err:XS0002 is raised, if step name is not unique in the scope.

Test ab-err-s0002-5.xml is expected to fail with error code err:XS0002.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="step" version="3.0">
   <p:output port="result"/>
   <p:identity name="step">
      <p:with-input>
         <doc/>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

20 Jul 2019, Achim Berndzen

Initial commit