Tests @depends on p:for-each must not form cycle.
Test ab-depends-023.xml is expected to fail with error code err:XS0001
.
<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:identity>
<p:with-input>
<doc1/>
<doc2/>
</p:with-input>
</p:identity>
<p:for-each name="loop" depends="wrapper">
<p:identity/>
</p:for-each>
<p:wrap-sequence name="wrapper" depends="loop">
<p:with-input>
<result/>
</p:with-input>
<p:with-option name="wrapper" select="'wrapper'">
<p:empty/>
</p:with-option>
</p:wrap-sequence>
</p:declare-step>
Added new tests for [p:] depends.