[Bug 14739] New: fn:map test case map-008

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

           Summary: fn:map test case map-008
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


This test reads:

let $f := function($x as xs:double){map(round#1, $x)} 
return $f((1.2345, 6.789))

This throws an unintended type error because a sequence of two doubles is being
passed to a function that expects a singleton.

-- 
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 Wednesday, 9 November 2011 15:12:05 UTC