This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29780 - eqname-910 has unintended trailing slash
Summary: eqname-910 has unintended trailing slash
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-18 19:55 UTC by Josh Spiegel
Modified: 2016-08-18 20:03 UTC (History)
0 users

See Also:


Attachments

Description Josh Spiegel 2016-08-18 19:55:56 UTC
<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.
Comment 1 Josh Spiegel 2016-08-18 19:58:56 UTC
I've updated the test.
Comment 2 Josh Spiegel 2016-08-18 20:03:40 UTC
Made the same change to eqname-911.