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 30300 - Missing closing parenthesis in map:merge
Summary: Missing closing parenthesis in map:merge
Status: NEW
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Recommendation
Hardware: PC Windows NT
: P2 editorial
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-20 17:27 UTC by Andreas Mixich
Modified: 2018-10-20 17:27 UTC (History)
0 users

See Also:


Attachments

Description Andreas Mixich 2018-10-20 17:27:58 UTC
At the end of the last function invocation of the supplied expression for https://www.w3.org/TR/xpath-functions-31/#func-map-merge, there seems to be a closing parenthesis ')' missing. 

Relevant part:

  [...]
  return fn:fold-left($MAPS, map{}, 
      $combine-maps(?, ?, $duplicates-handler(($OPTIONS?duplicates, "use-first")[1]))
                                                                                     ^here