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 27719 - cbcl-codepoints-to-string-021
Summary: cbcl-codepoints-to-string-021
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 Linux
: 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: 2014-12-31 18:59 UTC by Benito van der Zander
Modified: 2015-01-03 20:36 UTC (History)
1 user (show)

See Also:


Attachments

Description Benito van der Zander 2014-12-31 18:59:18 UTC
cbcl-codepoints-to-string-021: let $y := 65536*65536 return for $x in $y to $y+10 return codepoints-to-string(65 to $x) should also accept the error code XPDY0130 in case an implementation cannot create such awfully long sequences

(see #19579)
Comment 1 Michael Kay 2015-01-03 20:36:59 UTC
Agreed. Fixed as suggested.