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 30290 - typeswitch-118
Summary: typeswitch-118
Status: NEW
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Recommendation
Hardware: PC Linux
: 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: 2018-09-26 16:55 UTC by Benito van der Zander
Modified: 2018-09-26 16:55 UTC (History)
0 users

See Also:


Attachments

Description Benito van der Zander 2018-09-26 16:55:39 UTC
in typeswitch-118

> let $z := ($x, $y, [])
> for $e in $z(position() lt 3) return

should that be  
for $e in $z[position() lt 3] return
?