Change id: array-for-each
Implementations | ||||||
Tests | BaseX 8.5 beta XQ31 (QT3 vCVS) |
Saxon-EE 9.7.0.11 XP31 (QT3 v0.6) |
Saxon-EE 9.7.0.11 XQ31 (QT3 v0.6) |
XmlPrime 4.0.0.16079 XP31 (QT3 vCVS) |
XmlPrime 4.0.0.26293 XQ31 (QT3 vCVS) |
XmlPrime 4.0.0.27704 XQX31 (QT3 vCVS) |
---|---|---|---|---|---|---|
fn-function-lookup-779[+]
X fn-function-lookup-779: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: exists(function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'for-each'), 2)) |
no result | pass | pass | pass | pass | pass |
fn-function-lookup-780[+]
X fn-function-lookup-780: Created on: 2016-09-09 Spec Dependencies: spec = XP31+ XQ31+ spec = XP30+ XQ30+ feature = higherOrderFunctions Test: function-lookup(fn:QName('http://www.w3.org/2005/xpath-functions/array', 'for-each'), 2)(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
no result | pass | pass | pass | pass | pass |
array-for-each-001[+]
X array-for-each-001: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each(["A", "B", 1, 2], function($z) {$z instance of xs:integer}) |
pass | pass | pass | pass | pass | pass |
array-for-each-002[+]
X array-for-each-002: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each(["the cat", "sat", "on the mat"], tokenize(?, " ")) |
pass | pass | pass | pass | pass | pass |
array-for-each-003[+]
X array-for-each-003: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([], tokenize(?, " ")) |
pass | pass | pass | pass | pass | pass |
array-for-each-004[+]
X array-for-each-004: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([[2,3],[4,5,6,7],[6,7],[],[3]], array:size(?)) |
pass | pass | pass | pass | pass | pass |
array-for-each-005[+]
X array-for-each-005: Created on: 2014-10-29 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([[2,3],[4,5,6,7],[6,7],[],[3]], array:insert-before(?,1,1)) |
pass | pass | pass | pass | pass | pass |
array-for-each-006[+]
X array-for-each-006: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([10,20,30,40], remove#2) |
pass | pass | pass | pass | pass | pass |
array-for-each-007[+]
X array-for-each-007: Created on: 2014-11-21 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: array:for-each([10,20,30,40], upper-case#1) |
pass | pass | pass | pass | pass | pass |
d1e57796[+]
X d1e57796: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each( ["a","b","c"], function($x) {concat($x,"x")} ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57807[+]
X d1e57807: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each( ["a","b","c"], function($x) {$x,"x"} ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |
d1e57818[+]
X d1e57818: Created on: 2015-06-10 Spec Dependencies: feature = higherOrderFunctions spec = XQ31+ Test: array:for-each( ["a","b","c"], string-to-codepoints(?) ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |