Tests XS0113 is raised if @inline-expand-text is not a boolean.
Test ab-err-xs0113-004.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="true">
<p:with-input>
<doc p:inline-expand-text="{false()}">{current-dateTime()}</doc>
</p:with-input>
</p:identity>
</p:declare-step>
New test.