p:text-sort-020 (AB)

Tests p:text-sort: XD0019 must be raised if @case-order is neither 'upper-first' nor 'lower-first'.

Test ab-text-sort-020.xml is expected to fail with error code err:XD0019.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
   <p:output port="result"/>
   <p:text-sort case-order="arbitrary">
      <p:with-input>
         <p:inline content-type="text/plain">A
B
V
D
X</p:inline>
      </p:with-input>
   </p:text-sort>
   <p:wrap-sequence wrapper="wrapper"/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

01 Sep 2019, Achim Berndzen

Some tests for p:text-sort