- From: <bugzilla@jessica.w3.org>
- Date: Sun, 19 May 2013 22:06:00 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22091 Bug ID: 22091 Summary: New higher-order function signatures: updated test cases Classification: Unclassified 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: christian.gruen@gmail.com QA Contact: public-qt-comments@w3.org I stumbled upon a few test cases that may have not been aligned yet with the new higher order function signatures: - instanceof132: should probably be... filter#2 instance of function(item()*, function(item()) as xs:boolean) as item()* - instanceof133: should probably be... filter#2 instance of function(item()*, function(item()*) as xs:boolean) as item()* - function-literal-426: should probably be... Q{http://www.w3.org/2005/xpath-functions}filter#2(1 to 10, function($a) {$a mod 2 = 0}) - function-literal-428: should probably be... Q{http://www.w3.org/2005/xpath-functions}fold-left#3(1 to 5, "", fn:concat(?, ".", ?)) - function-literal-431: should probably be... exists(Q{http://www.w3.org/2005/xpath-functions}for-each-pair#3) - function-literal-432: should probably be... Q{http://www.w3.org/2005/xpath-functions}for-each-pair#3(("a", "b", "c"), ("x", "y", "z"), concat#2) - xqhof3: "map-pairs" needs to be replaced with "for-each-pair" - fn-for-each-pair-013, fn-for-each-pair-017, fn-for-each-pair-035 the XML files in the directory "fn/for-each-pair/" are missing -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 19 May 2013 22:06:02 UTC