[Bug 13796] New: [XQuery30] \u escaped characters in grammar applets

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13796

           Summary: [XQuery30] \u escaped characters in grammar applets
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3.0
        AssignedTo: jmdyck@ibiblio.org
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


When I parse the expression '\u0045' I see the following:

|START [1:0 - 1:8]
|   QueryList [1:0 - 1:8]
|      Module [1:0 - 1:8]
|         MainModule [1:0 - 1:8]
|            Prolog [1:0 - 0:0]
|            QueryBody [1:0 - 1:8]
|               Expr [1:0 - 1:8]
|                  StringLiteral 'E' [2:1 - 1:8]

I expected:

|                  StringLiteral '\u0045' [2:1 - 1:8]

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 16 August 2011 19:24:46 UTC