[Bug 14934] New: [QT3] numberformat60

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14934

           Summary: [QT3] numberformat60
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


Our results differ from the expected results for text numberformat60.

Part of the test includes

format-number(1E100 div 3,'#####################')

with the corresponding part of the expected result being

3333333333333333224453896013722304246165110619355184909726539264904319486405759542029132894851563520

Our result for this part of the test is

3333333333333333000000000000000000000000000000000000000000000000000000000000000000000000000000000000

which is the conversion to a string of the double value with bit pattern
(expressed as a long) 6095730106324201297.

Is the expected result correct?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 25 November 2011 14:12:19 UTC