[Bug 29772] New: [Qt3Ts] map-merge-006c

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

            Bug ID: 29772
           Summary: [Qt3Ts] map-merge-006c
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

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>

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

Received on Monday, 15 August 2016 08:15:35 UTC