[Bug 29724] New: [QT3TS] eqname-909

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

            Bug ID: 29724
           Summary: [QT3TS] eqname-909
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

This test needs to be split in two, for XP and XQ.

In XP31 we have the grammar

[118]           BracedURILiteral           ::=          "Q" "{" [^{}]* "}"     
/* ws: explicit */

while in XQ31 we have

[224]           BracedURILiteral           ::=          "Q" "{"
(PredefinedEntityRef | CharRef | [^&{}])* "}"


   <test-case name="eqname-909">
      <description> EQName - braces cannot be escaped by using entity
references</description>
      <created by="Abel Braaksma" on="2016-06-27"/>
      <dependency type="spec" value="XP30+ XQ30+"/>
     
<test><![CDATA[Q{&#x7D;http://www.w3.org/2005/xpath-functions/math}pi()]]></test>
      <result>
         <error code="XPST0003"/>
      </result>
   </test-case>

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

Received on Thursday, 7 July 2016 15:45:24 UTC