Checks XS0077 is raised if @type on p:declare-step is not a proper EQName.
Test ab-declare-step-013.xml is expected to fail with error code err:XS0077
.
<p:declare-step xmlns:dummy="http://dummy" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" type="dummy:1step" version="3.0">
<p:input port="source"/>
<p:output port="result"/>
<p:identity/>
</p:declare-step>
New tests for checking EQNames.