Checks XS0077 is raised if @name on p:declare-step is not a proper EQName.
Test ab-declare-step-014.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" name="1step" version="3.0">
<p:input port="source"/>
<p:output port="result"/>
<p:identity/>
</p:declare-step>
New tests for checking EQNames.