<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="pass" features="p:file-info"
        xmlns:t="http://xproc.org/ns/testsuite/3.0">
   <t:info>
      <t:title>p:file-info 020 (AB)</t:title>
      <t:revision-history>
         <t:revision>
            <t:date>2022-07-28</t:date>
            <t:author>
               <t:name>Achim Berndzen</t:name>
            </t:author>
            <t:description xmlns="http://www.w3.org/1999/xhtml">
               <p>Initial commit</p>
            </t:description>
         </t:revision>       
      </t:revision-history>
   </t:info>
   <t:description xmlns="http://www.w3.org/1999/xhtml">
      <p>Tests p:file-info</p>
   </t:description>
   
   <t:file-environment>
      <t:folder path="afolder"/>
   </t:file-environment>
   
   <t:pipeline>
      <p:declare-step version="3.0"
                      xmlns:p="http://www.w3.org/ns/xproc"
                      xmlns:c="http://www.w3.org/ns/xproc-step">
         <p:output port="result"/>
         <p:file-info href="../testfolder/afolder" />
      </p:declare-step>
   </t:pipeline>
   <t:schematron>
      <s:schema queryBinding="xslt2"
                xmlns:s="http://purl.oclc.org/dsdl/schematron"
                xmlns="http://www.w3.org/1999/xhtml">
         <s:ns uri="http://www.w3.org/ns/xproc-step"
               prefix="c"/>
         <s:ns uri="http://www.w3.org/2001/XMLSchema"
            prefix="xs"/>
         <s:pattern>
            <s:rule context="/">
               <s:assert test="c:directory">Root element is not c:directory.</s:assert>
               <s:assert test="c:directory/@name='afolder'">The c:directory element does not have an attribute 'name' with 'afolder'.</s:assert>
               <s:assert test="c:directory/@size castable as xs:nonNegativeInteger or 
                  not(c:directory/@size)">The c:directory element does have a @size, but its value is not a nonNegativeInteger.</s:assert>
            </s:rule>
         </s:pattern>
      </s:schema>
   </t:schematron>
</t:test>