Tests p:with-input: implicit inline with two documents
Test ab-with-input-052.xml is expected to pass.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:identity>
<p:with-input>
<doc/>
<doc2/>
</p:with-input>
</p:identity>
<p:wrap-sequence wrapper="wrapped"/>
</p:declare-step>
<s:schema xmlns:p="http://www.w3.org/ns/xproc" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns prefix="p" uri="http://www.w3.org/ns/xproc"/>
<s:pattern>
<s:rule context="/*">
<s:assert test="self::wrapped">The pipeline root is not wrapped.</s:assert>
<s:assert test="name(self::wrapped/child::*[1])='doc'">The first child is not 'doc'.</s:assert>
<s:assert test="name(self::wrapped/child::*[2])='doc2'">The second child is not 'doc2'.</s:assert>
<s:assert test="count(self::wrapped//*)=2">'wrapped' does not have exactly two child elements.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
added new tests
Creating new tests, extending rng and corrected xproc's test