[Bug 29864] New: [FO31] Incorrect example of format-number() with exponent separator

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

            Bug ID: 29864
           Summary: [FO31] Incorrect example of format-number() with
                    exponent separator
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

The spec has this example of format-number()

The expression format-number(1234.5678, '00.000E0') returns "12.345E2".

I believe the correct result is "12.346E2".

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

Received on Friday, 23 September 2016 07:48:05 UTC