[Bug 16202] New: [QT3] format-integer-061

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

           Summary: [QT3] format-integer-061
           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


The proposed change to format-integer in Bug 14858 gives no hint that the
expected result for this test is correct.

I expected this test to mean that both primary format token and format modifier
are the empty string, and thus the result would be equivalent to
format-integer(1, '').

  <test-case name="format-integer-061">
        <description>format-integer - Error case with lone
semicolon</description>
        <created by="Michael Kay, Saxonica" on="2012-02-28"/>
        <environment ref="empty"/>
        <test>format-integer(1, ';')</test>
        <result>
            <error code="XTDE0030"/>
        </result>    
    </test-case>

-- 
Configure bugmail: https://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, 2 March 2012 16:06:35 UTC