|
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-head | 8/8 | 8/8 | 8/8 | 8/8 | 8/8 | 8/0 | 0/6 |
head-001[+]
X head-001: Created on: 2010-02-18 Spec Dependencies: spec = XP30+ XQ30+ Test: head(3 to 10) |
pass | pass | pass | pass | pass | pass | |
head-002[+]
X head-002: Created on: 2010-02-18 Spec Dependencies: spec = XP30+ XQ30+ Test: head(("a", "b", current-dateTime())) |
pass | pass | pass | pass | pass | pass | |
head-003[+]
X head-003: Created on: 2010-02-18 Spec Dependencies: spec = XP30+ XQ30+ Test: let $a := /works return head($a/*)/string(@name) |
pass | pass | pass | pass | pass | pass | |
head-004[+]
X head-004: Created on: 2010-02-18 Spec Dependencies: spec = XP30+ XQ30+ Test: let $a := /works return name(head($a)) |
pass | pass | pass | pass | pass | pass | |
head-005[+]
X head-005: Created on: 2010-02-18 Spec Dependencies: spec = XP30+ XQ30+ Test: head(/works/cucumber) |
pass | pass | pass | pass | pass | pass | |
head-006[+]
X head-006: Created on: 2010-02-18 Spec Dependencies: spec = XP30+ XQ30+ Test: let $a := /works/* return (head($a) is $a[1]) |
pass | pass | pass | pass | pass | pass | |
head-007[+]
X head-007: Created on: 2015-02-04 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := if (current-date() gt xs:date('1900-01-01')) then head#1 else count#1 return $f(5 to 10) |
pass | pass | pass | pass | pass | pass | |
head-008[+]
X head-008: Created on: 2015-02-04 Spec Dependencies: feature = higherOrderFunctions spec = XP30+ XQ30+ Test: let $f := if (current-date() gt xs:date('1900-01-01')) then head#1 else (abs#1, abs#1, abs#1, abs#1) return $f[1](/works/cucumber) |
pass | pass | pass | pass | pass | pass |