p:text-sort-022 (AB)

Tests p:text-sort: err:XD0030 or err:XC0098 should be raised if collation is unknown.

Test is expected to fail with with one of these error codes: err:XD0030, err:XC0098.

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-sort collation="i-do-not-exist">
      <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>

Revision history

17 Oct 2019, Norman Walsh
Allow err:XC0098 as an acceptable error for this test.
01 Sep 2019, Achim Berndzen
Some tests for p:text-sort