This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27850 - ArrayTest-050
Summary: ArrayTest-050
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-18 10:52 UTC by Christian Gruen
Modified: 2015-02-10 13:42 UTC (History)
1 user (show)

See Also:


Attachments

Description Christian Gruen 2015-01-18 10:52:51 UTC
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>
Comment 1 Michael Kay 2015-02-10 13:42:07 UTC
The WG agrees.