Tests ex:expand-template.
Test expand-templates-002.xml is expected to fail with error code err:XD0050.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:ex="http://exproc.org/ns/steps" xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
<p:import href="https://xmlcalabash.com/ext/library/expand-templates.xpl"/>
<p:output port="result"/>
<ex:expand-templates>
<p:with-input>
<p:inline exclude-inline-prefixes="#all">
<doc>
<sum>{{$x+4}}</sum>
<greeting>{{$greeting}}</greeting>
</doc>
</p:inline>
</p:with-input>
<p:with-option name="variables" select="map{'y':3}"/>
</ex:expand-templates>
</p:declare-step>
Fixed title.
Created test.