Tests that err:XS0002 is raised, if step name is
  not unique in the scope.
Test ab-err-s0002-4.xml is expected to fail with error code err:XS0002.
<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>
      <p:group>
         <p:identity name="step">
            <p:with-input>
               <doc/>
            </p:with-input>
         </p:identity>
      </p:group>
      <p:identity name="step">
   </p:group>
</p:declare-step>
Initial commit