Checks XS0095 is raised, if option is declared required and static.
Test ab-option-030.xml is expected to fail with error code err:XS0095
.
<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:option name="option" required="true" static="true"/>
<p:identity>
<p:with-input>
<doc/>
</p:with-input>
</p:identity>
</p:declare-step>
Some new and some changed tests