Features: p:directory-list

p:directory-list 020 (AB)

Tests p:directory-list: Wrong value for max-depth

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

The pipeline

<p:declare-step xmlns:c="http://www.w3.org/ns/xproc-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:directory-list path="../testfolder"
                     max-depth="-1"/>
</p:declare-step>

Revision history

24 Jul 2022, Achim Berndzen
First shot