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 29781 - eqname-034 should allow XQST0046
Summary: eqname-034 should allow XQST0046
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 21:56 UTC by Josh Spiegel
Modified: 2016-09-20 16:18 UTC (History)
0 users

See Also:


Attachments

Description Josh Spiegel 2016-08-18 21:56:04 UTC
eqname-034 should allow XQST0046:

<test-case name="eqname-034" xmlns="http://www.w3.org/2010/09/qt-fots-catalog">
      <description> EQName - using other reserved XPath characters in BracedURILiteral</description>
      <created by="Abel Braaksma" on="2016-06-27"/>
      <dependency type="spec" value="XP30+ XQ30+"/>
      <test><![CDATA[
         let $Q{$Q}a := 12, $Q{//}a := 13, $Q{*}a := 14
         return $Q{$Q}a + $Q{//}a + $Q{*}a
      ]]></test>
      <result>
         <assert-eq>39</assert-eq>
      </result>
</test-case>

"An implementation may raise a static error [err:XQST0046] if the value of a URI Literal or a Braced URI Literal is of nonzero length and is neither an absolute URI nor a relative URI."
Comment 1 O'Neil Delpratt 2016-09-20 16:17:44 UTC
The WG agreed with the resolution in comment #0 in today's telcon. Test updated already by Josh. Closing bug.
Comment 2 Josh Spiegel 2016-09-20 16:18:23 UTC
Thanks.