Test ab-err-s0002-6

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

Test 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"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" name="step" version="3.0">
   <p:output port="result"/>
   <p:identity name="step">
      <p:with-input>
         <doc/>
      </p:with-input>
   </p:identity>
   <p:group>
      <p:identity/>
   </p:group>
</p:declare-step>

Revision history

20 Jul 2019, Achim Berndzen
Initial commit