p:text-join 015 (AB)

Tests p:text-join: @overwrite-content-type must be a text media type.

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

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" version="3.0">
   <p:output port="result"/>
   <p:text-join suffix="Injected text."
                override-content-type="text/html">
      <p:with-input>
         <p:inline content-type="text/plain">Text</p:inline>
      </p:with-input>
   </p:text-join>
</p:declare-step>

Revision history

26 Jul 2019, Achim Berndzen
Tests for p:text-join