[Bug 29781] New: eqname-034 should allow XQST0046

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

            Bug ID: 29781
           Summary: eqname-034 should allow XQST0046
           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: ---

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."

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

Received on Thursday, 18 August 2016 21:56:15 UTC