Test ab-err-s0002-2

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

Test ab-err-s0002-2.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" version="3.0">
   <p:output port="result"/>
   <p:group name="step">
      <p:identity name="step">
         <p:with-input>
            <doc/>
         </p:with-input>
      </p:identity>
   </p:group>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

20 Jul 2019, Achim Berndzen

Initial commit