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 20473 - [QT3TS] op-numeric-divide-big-01
Summary: [QT3TS] op-numeric-divide-big-01
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Last Call drafts
Hardware: PC All
: 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: 2012-12-21 09:16 UTC by Michael Kay
Modified: 2012-12-21 09:42 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2012-12-21 09:16:58 UTC
This tests converts a decimal to a string and expects the answer

100000000000000000000000000000.0

(or overflow).

Decimal to string conversion should produce the answer

100000000000000000000000000000

because whole numbers never have a ".0" at the end.
Comment 1 Michael Kay 2012-12-21 09:17:26 UTC
I am taking the liberty of fixing the test.
Comment 2 Michael Kay 2012-12-21 09:42:00 UTC
Also affects op-numeric-subtract-big-01