[Bug 28514] New: [QT3] format-integer-044 does not take minus-sign into account

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

            Bug ID: 28514
           Summary: [QT3] format-integer-044 does not take minus-sign into
                    account
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

This test tests format-integer(-5, 'Ww;o') to be equal to "-Fifth", but in
words, this is "Minus Fifth".

I think this ought to be changed to accommodate for this variant:

<any-of>
    <assert-eq>'-Fifth'</assert-eq>
    <assert-eq>'Minus Fifth'</assert-eq>
</any-of>

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

Received on Monday, 20 April 2015 04:11:29 UTC