Tests @depends on p:try/p:group must be an NCName.
Test ab-depends-065.xml is expected to fail with error code err:XS0077.
<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:try>
      <p:group depends="1234">
         <p:identity>
            <p:with-input>
               <doc/>
            </p:with-input>
         </p:identity>
      </p:group>
      <p:catch>
         <p:identity>
            <p:with-input>
               <doc/>
            </p:with-input>
         </p:identity>
      </p:catch>
   </p:try>
</p:declare-step>
Removed error unrelated to this test where there was no binding for an input and no default readable port.
Added new tests for [p:] depends.