[Bug 28843] New: numberformat121, numberformat122

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28843

            Bug ID: 28843
           Summary: numberformat121, numberformat122
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: christian.gruen@gmail.com
        QA Contact: public-qt-comments@w3.org

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 June 2015 15:14:25 UTC