Tests that an explicit empty binding to a non-sequence port raises an error.
Test ab-connection-011.xml is expected to fail with error code err:XD0006
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
<p:output port="result"/>
<p:declare-step type="test:step">
<p:output port="result" sequence="true"/>
<p:input port="source">
<doc/>
</p:input>
<p:identity/>
</p:declare-step>
<test:step>
<p:with-input>
<p:empty/>
</p:with-input>
</test:step>
<p:wrap-sequence wrapper="result"/>
</p:declare-step>
Fixing broken test (namespace removed)
Some tests changed and new tests