[Bug 29780] New: eqname-910 has unintended trailing slash

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29780

            Bug ID: 29780
           Summary: eqname-910 has unintended trailing slash
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: josh.spiegel@oracle.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

<test-case name="eqname-910" xmlns="http://www.w3.org/2010/09/qt-fots-catalog">
      <description>It is illegal to use the namespace URI
http://www.w3.org/2000/xmlns/ as part of an EQName (regardless of the leading
whitespace)</description>....
      <test><![CDATA[/Q{
http://www.w3.org/2000/xmlns/}AuctionWatchList/]]></test>
      <result>
         <error code="XQST0070"/>
      </result>
   </test-case>


The trailing slash in this path expression means that XPST0003 is also an
acceptable result.  Since the intent is to test XQST0070, I propose removing
the trailing slash.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 18 August 2016 19:56:05 UTC