p:text-sort-018 (AB)

Tests p:text-sort: XC0099 must be raised, if @sort-key produced a sequence with more than one element.

Test ab-text-sort-018.xml is expected to fail with one of the following error codes: err:XC0099 or err:XD0030.

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 sort-key="(1, 2)">
      <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