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 28843 - numberformat121, numberformat122
Summary: numberformat121, numberformat122
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
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-06-23 15:14 UTC by Christian Gruen
Modified: 2015-07-30 13:34 UTC (History)
0 users

See Also:


Attachments

Description Christian Gruen 2015-06-23 15:14:21 UTC
1. numberformat121

 ... fn:format-number(1 => local:timesTenToThe(5000), '9.9999e9999')

May yield the error FOAR0002 if an implementation does not support that large decimals.

2. numberformat122

 ... fn:format-number(1 => local:timesTenToThe(-5000), '0.0000e0001')

May yield '0.0000e0000' if an implementation does not support that large number of fractional digits.
Comment 1 O'Neil Delpratt 2015-07-17 13:50:06 UTC
The WG agrees with Christian's comment to add alternative results for both tests.
Comment 2 O'Neil Delpratt 2015-07-30 13:34:03 UTC
Bug fixes committed to cvs