Tests p:with-input: Combinations of p:documentation and implicit inline are allowed.
Test ab-with-input-040.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>
<p:documentation>Some documentation.</p:documentation>
<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 document root is not doc.</s:assert>
<s:assert test="count(/doc/*) = 0">doc is not an empty element.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Corrected tests and adapt to changes in the spec
Fix namespace declarations
Creating new tests, extending rng and corrected xproc's test