Connection 012

Tests that an empty default binding to a non-sequence port raises an error, if no value is supplied.

Test is expected to fail with error code err:XD0006.

The pipeline

<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
                xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" 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">
         <p:empty/>
      </p:input>
      <p:identity/>
   </p:declare-step>
   <test:step/>
   <p:wrap-sequence wrapper="result"/>
</p:declare-step>

Revision history

12 Oct 2018, Achim Berndzen
Fixing broken test (namespace removed)
15 Sep 2018, Achim Berndzen
Some tests changed and new tests