This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29772 - [Qt3Ts] map-merge-006c
Summary: [Qt3Ts] map-merge-006c
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-15 08:15 UTC by Tim Mills
Modified: 2016-08-19 11:10 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2016-08-15 08:15:21 UTC
For test

        <test>map:merge((map:entry("foo", 3), map:entry("foo", 4)), map{"duplicates": "combine"})</test>

the assertion

                <assert-type>map(xs:string, xs:integer)</assert-type>

doesn't hold.  I'll correct it to

                <assert-type>map(xs:string, xs:integer+)</assert-type>
Comment 1 Tim Mills 2016-08-19 11:10:03 UTC
Done.