Tests explicit connection between output port and step in subpipeline.
Test ab-connection-004.xml is expected to pass.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result">
<p:pipe step="producer" port="result"/>
</p:output>
<p:identity name="producer">
<p:with-input port="source">
<doc/>
</p:with-input>
</p:identity>
</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::doc">The pipeline root is not doc.</s:assert>
<s:assert test="count(self::doc//*) = 0">No children of doc expected.</s:assert>
<s:assert test="count(self::doc//@*) = 0">No attributes of doc expected.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
added new tests
Creating new tests, extending rng and corrected xproc's test