|
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-starts-with | 39/56 | 54/54 | 54/54 | 54/56 | 56/56 | 56/33 | 0/6 |
fn-starts-with2args-1[+]
X fn-starts-with2args-1: Created on: 2004-12-13 Spec Dependencies: Test: fn:starts-with(xs:string("This is a characte"),xs:string("This is a characte")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with2args-2[+]
X fn-starts-with2args-2: Created on: 2004-12-13 Spec Dependencies: Test: fn:starts-with(xs:string("This is a characte"),xs:string("This is a characte")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with2args-3[+]
X fn-starts-with2args-3: Created on: 2004-12-13 Spec Dependencies: Test: fn:starts-with(xs:string("This is a characte"),xs:string("This is a characte")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with2args-4[+]
X fn-starts-with2args-4: Created on: 2004-12-13 Spec Dependencies: Test: fn:starts-with(xs:string("This is a characte"),xs:string("This is a characte")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with2args-5[+]
X fn-starts-with2args-5: Created on: 2004-12-13 Spec Dependencies: Test: fn:starts-with(xs:string("This is a characte"),xs:string("This is a characte")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-1[+]
X fn-starts-with-1: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("","") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-2[+]
X fn-starts-with-2: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("","A Character String") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-3[+]
X fn-starts-with-3: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("A Character String","") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-4[+]
X fn-starts-with-4: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with((),"") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-5[+]
X fn-starts-with-5: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("",()) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-6[+]
X fn-starts-with-6: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("A Character String",()) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-7[+]
X fn-starts-with-7: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with((),"A Character String") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-8[+]
X fn-starts-with-8: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("AAAAABBBBBCCCCC","BBBBB") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-9[+]
X fn-starts-with-9: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("AAAAABBBBB"," ") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-10[+]
X fn-starts-with-10: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with(" ","AAAAABBBBB") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-11[+]
X fn-starts-with-11: Created on: 2005-05-27 Spec Dependencies: Test: fn:not(fn:starts-with("A","A")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-12[+]
X fn-starts-with-12: Created on: 2005-05-27 Spec Dependencies: Test: fn:not(fn:starts-with("A","B")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-13[+]
X fn-starts-with-13: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with(xs:string("A"),"A") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-14[+]
X fn-starts-with-14: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("A",xs:string("A")) |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-15[+]
X fn-starts-with-15: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("A","a") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-16[+]
X fn-starts-with-16: Created on: 2005-05-27 Spec Dependencies: Test: fn:starts-with("a","A") |
pass | pass | pass | pass | pass | pass | |
fn-starts-with-17[+]
X fn-starts-with-17: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("banana", "ana", "http://www.w3.org/2013/collation/UCA?lang=en") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-18[+]
X fn-starts-with-18: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("banana", "bana", "http://www.w3.org/2013/collation/UCA?lang=en") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-19[+]
X fn-starts-with-19: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "DATA", "http://www.w3.org/2013/collation/UCA?lang=en;strength=primary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-20[+]
X fn-starts-with-20: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "databaS", "http://www.w3.org/2013/collation/UCA?lang=en;strength=primary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-21[+]
X fn-starts-with-21: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "dâta", "http://www.w3.org/2013/collation/UCA?lang=en;strength=primary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-22[+]
X fn-starts-with-22: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("dâtabase", "dâtabasen", "http://www.w3.org/2013/collation/UCA?lang=en;strength=primary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-23[+]
X fn-starts-with-23: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("âtÅbase", "âtabÃse", "http://www.w3.org/2013/collation/UCA?lang=en;strength=primary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-24[+]
X fn-starts-with-24: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "DATA", "http://www.w3.org/2013/collation/UCA?lang=en;strength=secondary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-25[+]
X fn-starts-with-25: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "databaS", "http://www.w3.org/2013/collation/UCA?lang=en;strength=secondary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-26[+]
X fn-starts-with-26: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "dâta", "http://www.w3.org/2013/collation/UCA?lang=en;strength=secondary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-27[+]
X fn-starts-with-27: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("dâtabase", "Data", "http://www.w3.org/2013/collation/UCA?lang=en;strength=secondary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-28[+]
X fn-starts-with-28: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "DATA", "http://www.w3.org/2013/collation/UCA?lang=en;strength=tertiary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-29[+]
X fn-starts-with-29: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("dataBase", "dataBas", "http://www.w3.org/2013/collation/UCA?lang=en;strength=tertiary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-30[+]
X fn-starts-with-30: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "dâta", "http://www.w3.org/2013/collation/UCA?lang=en;strength=tertiary") |
no result | pass | pass | pass | pass | pass | |
fn-starts-with-31[+]
X fn-starts-with-31: Created on: 2016-09-23 Spec Dependencies: spec = XP31 XQ31 Test: fn:starts-with("database", "Data", "http://www.w3.org/2013/collation/UCA?lang=en;strength=tertiary") |
no result | pass | pass | pass | pass | pass | |
K-StartsWithFunc-1[+]
X K-StartsWithFunc-1: Created on: 2007-11-26 Spec Dependencies: Test: starts-with() |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-2[+]
X K-StartsWithFunc-2: Created on: 2007-11-26 Spec Dependencies: Test: starts-with(()) |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-3[+]
X K-StartsWithFunc-3: Created on: 2007-11-26 Spec Dependencies: Test: starts-with((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param") |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-4[+]
X K-StartsWithFunc-4: Created on: 2007-11-26 Spec Dependencies: Test: starts-with("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED") |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-5[+]
X K-StartsWithFunc-5: Created on: 2007-11-26 Spec Dependencies: Test: starts-with("foo", "foo", "http://www.w3.org/2005/xpath-functions/collation/codepoint") |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-6[+]
X K-StartsWithFunc-6: Created on: 2007-11-26 Spec Dependencies: Test: starts-with("foo", "foo") |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-7[+]
X K-StartsWithFunc-7: Created on: 2007-11-26 Spec Dependencies: Test: starts-with("tattoo", "tat") |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-8[+]
X K-StartsWithFunc-8: Created on: 2007-11-26 Spec Dependencies: Test: not(starts-with("tattoo", "att")) |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-9[+]
X K-StartsWithFunc-9: Created on: 2007-11-26 Spec Dependencies: Test: starts-with((), ()) |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-10[+]
X K-StartsWithFunc-10: Created on: 2007-11-26 Spec Dependencies: Test: starts-with("a string", ()) |
pass | pass | pass | pass | pass | pass | |
K-StartsWithFunc-11[+]
X K-StartsWithFunc-11: Created on: 2007-11-26 Spec Dependencies: Test: not(starts-with("", "a string")) |
pass | pass | pass | pass | pass | pass | |
K2-StartsWithFunc-1[+]
X K2-StartsWithFunc-1: Created on: 2007-11-26 Spec Dependencies: spec = XP30+ XQ10+ Test: let $vA := ("B STRING", current-time(), string("content"))[1] treat as xs:string, $vB := ("b string", current-time(), string("content"))[1] treat as xs:string return starts-with(lower-case($vA), lower-case($vB)) |
pass | pass | pass | pass | pass | pass | |
K2-StartsWithFunc-2[+]
X K2-StartsWithFunc-2: Created on: 2007-11-26 Spec Dependencies: spec = XP30+ XQ10+ Test: let $vA := ("B STRING", current-time(), string("content"))[1] treat as xs:string, $vB := ("b string", current-time(), string("content"))[1] treat as xs:string return starts-with(upper-case($vA), upper-case($vB)) |
pass | pass | pass | pass | pass | pass | |
K2-StartsWithFunc-3[+]
X K2-StartsWithFunc-3: Created on: 2007-11-26 Spec Dependencies: spec = XP30+ XQ10+ Test: let $vA := ("B STRING", current-time(), string("content"))[1] treat as xs:string, $vB := ("no match", current-time(), string("content"))[1] treat as xs:string return starts-with(lower-case($vA), lower-case($vB)) |
pass | pass | pass | pass | pass | pass | |
K2-StartsWithFunc-4[+]
X K2-StartsWithFunc-4: Created on: 2007-11-26 Spec Dependencies: spec = XP30+ XQ10+ Test: let $vA := ("B STRING", current-time(), string("content"))[1] treat as xs:string, $vB := ("no match", current-time(), string("content"))[1] treat as xs:string return starts-with(upper-case($vA), upper-case($vB)) |
pass | pass | pass | pass | pass | pass | |
K2-StartsWithFunc-5[+]
X K2-StartsWithFunc-5: Created on: 2007-11-26 Spec Dependencies: spec = XP30+ XQ10+ Test: let $vA := ("B STRING", current-time(), string("content"))[1] treat as xs:string, $vB := ("b string", current-time(), string("content"))[1] treat as xs:string return starts-with(upper-case($vA), lower-case($vB)) |
pass | pass | pass | pass | pass | pass | |
K2-StartsWithFunc-6[+]
X K2-StartsWithFunc-6: Created on: 2007-11-26 Spec Dependencies: spec = XP30+ XQ10+ Test: let $vA := ("B STRING", current-time(), string("content"))[1] treat as xs:string, $vB := ("b string", current-time(), string("content"))[1] treat as xs:string return starts-with(lower-case($vA), upper-case($vB)) |
pass | pass | pass | pass | pass | pass | |
cbcl-starts-with-001[+]
X cbcl-starts-with-001: Created on: 2008-04-11 Spec Dependencies: Test: fn:boolean(fn:starts-with('input', '', 'http://www.w3.org/2005/xpath-functions/collation/codepoint')) |
pass | pass | pass | pass | pass | pass |