<?xml version="1.0" encoding="utf-8"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
        xml:base="cmdline-006.xml"
        name="cmdline-006.xml"
        expected="fail"
        code="cxerr:XI0320">
   <t:info xmlns:cxerr="http://xmlcalabash.com/ns/error">
      <t:title>cmdline-006</t:title>
      <t:revision-history>
         <t:revision>
            <t:date>2026-02-22</t:date>
            <t:author>
               <t:name>Norm Tovey-Walsh</t:name>
            </t:author>
            <t:description xmlns="http://www.w3.org/1999/xhtml">
               <p>Created test.</p>
            </t:description>
         </t:revision>
      </t:revision-history>
   </t:info>
   <t:description xmlns="http://www.w3.org/1999/xhtml"
                  xmlns:cxerr="http://xmlcalabash.com/ns/error">
      <p>Simple test of the command-line testing framework.</p>
   </t:description>
   <t:pipeline arguments="--output-multiplex:- --manifest:-">
      <p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
                      xmlns:xs="http://www.w3.org/2001/XMLSchema"
                      version="3.0"
                      name="main">
         <p:output port="result" primary="true"/>
         <p:output port="alternate" pipe="@alt"/>
         <p:identity name="alt">
            <p:with-input>
               <doc>alternate</doc>
            </p:with-input>
         </p:identity>
         <p:identity>
            <p:with-input>
               <doc>primary</doc>
            </p:with-input>
         </p:identity>
      </p:declare-step>
   </t:pipeline>
</t:test>
