[Bug 27850] New: ArrayTest-050

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

            Bug ID: 27850
           Summary: ArrayTest-050
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: christian.gruen@gmail.com
        QA Contact: public-qt-comments@w3.org

Test result should not contain square brackets:

Query:
  <chapter ref="{[1, 5 to 7, 9]}"/>/@ref/string()

Current result:
  <assert-eq>"[1 5 6 7 9]"</assert-eq>

Correct result:
  <assert-eq>"1 5 6 7 9"</assert-eq>

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

Received on Sunday, 18 January 2015 10:52:52 UTC