[Bug 29989] New: [XQ31] CurlyArrayConstructor does not use EnclosedExpr

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

            Bug ID: 29989
           Summary: [XQ31] CurlyArrayConstructor does not use EnclosedExpr
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3.1
          Assignee: jonathan.robie@gmail.com
          Reporter: msclrhd@gmail.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

The XQuery 3.1 EBNF grammar contains:

[176]           CurlyArrayConstructor      ::=          "array" "{" Expr? "}"

However, other constructs of this form have been converted to use EnclosedExpr.
This construct should be converted to:

[176]           CurlyArrayConstructor      ::=          "array" EnclosedExpr

Unless there was a reason for not using EnclosedExpr.

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

Received on Monday, 7 November 2016 06:52:15 UTC