Test err:XS0001 004

Tests that err:XS0022 is raised if a pipeline refers to its own output.

Test is expected to fail with error code err:XS0022.

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" version="3.0">
   <p:identity name="step">
      <p:with-input>
         <p:pipe step="step"/>
      </p:with-input>
   </p:identity>
</p:declare-step>

Revision history

12 Nov 2024, Achim Berndzen
Changed expected error code from XS0001.
13 Jul 2019, Achim Berndzen
Reconstructed test without obsolete step p:parameters.
16 Oct 2018, Norman Walsh
Initial commit