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 3975 - casthcds9
Summary: casthcds9
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 1.0.1
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-17 12:24 UTC by Michael Kay
Modified: 2006-11-20 17:25 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2006-11-17 12:24:54 UTC
There are two published results for this test: 

1.26743233E15
1267.43233E12

The second one should not be allowed. (Functions and operators, 17.1.2, "there must be exactly one digit before the decimal point, which must be non-zero")

However, the first result is not the only possible result. Saxon produces 

1.2674324E15

which is a different lexical representation of the same float as the published value, and is therefore a correct answer.
Comment 1 Andrew Eisenberg 2006-11-20 17:24:56 UTC
I agree with both of your points. I have changed the alternate result to 1.2674324E15.