Tests XS0113 is raised if @expand-text is not a boolean.
Test ab-err-xs0113-001.xml is expected to fail with error code err:XS0113
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:identity expand-text="no">
<p:with-input>
<doc>{current-dateTime()}</doc>
</p:with-input>
</p:identity>
</p:declare-step>
New test.