|
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) |
|
---|---|---|---|---|---|---|---|
prod-VarDecl | 126/126 | 0/0 | 126/126 | 0/0 | 126/126 | 126/0 | 0/6 |
VarDecl001[+]
X VarDecl001: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := "" ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl002[+]
X VarDecl002: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := '' ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl003[+]
X VarDecl003: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 'a string' ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl004[+]
X VarDecl004: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := "a string" ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl005[+]
X VarDecl005: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := "This is a string, isn't it?" ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl006[+]
X VarDecl006: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 'This is a "String"' ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl007[+]
X VarDecl007: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := "a "" or a ' delimits a string literal" ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl008[+]
X VarDecl008: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 'a " or a '' delimits a string literal' ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl009[+]
X VarDecl009: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := '<bold>A sample element.</bold>' ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl010[+]
X VarDecl010: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 0 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl011[+]
X VarDecl011: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 1 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl012[+]
X VarDecl012: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -1 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl013[+]
X VarDecl013: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := +1 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl014[+]
X VarDecl014: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 1.23 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl015[+]
X VarDecl015: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -1.23 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl016[+]
X VarDecl016: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 1.2e5 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl017[+]
X VarDecl017: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -1.2E5 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl018[+]
X VarDecl018: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 0.0E0 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl019[+]
X VarDecl019: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 1e-5 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl020[+]
X VarDecl020: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 9.999999999999999; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl021[+]
X VarDecl021: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -10000000 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl022[+]
X VarDecl022: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 1 to 10 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl023[+]
X VarDecl023: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:double('NaN'); $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl024[+]
X VarDecl024: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:double('INF'); $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl025[+]
X VarDecl025: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:double('-INF'); $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl026[+]
X VarDecl026: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := fn:false() ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl027[+]
X VarDecl027: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := false(); $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl028[+]
X VarDecl028: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := fn:true() ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl029[+]
X VarDecl029: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := true() ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl030[+]
X VarDecl030: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := true(); $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl031[+]
X VarDecl031: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 2+2 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl032[+]
X VarDecl032: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 2*2 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl033[+]
X VarDecl033: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 3-2 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl034[+]
X VarDecl034: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 3 div 2 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl035[+]
X VarDecl035: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 3 mod 2 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl036[+]
X VarDecl036: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 3 idiv 2 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl037[+]
X VarDecl037: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -1.7976931348623157E308 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl038[+]
X VarDecl038: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:double("-1.7976931348623157E308") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl039[+]
X VarDecl039: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -999999999999999999 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl040[+]
X VarDecl040: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:decimal("-999999999999999999") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl041[+]
X VarDecl041: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := 999999999999999999 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl042[+]
X VarDecl042: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:decimal("999999999999999999") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl043[+]
X VarDecl043: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := -3.4028235E38 ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl044[+]
X VarDecl044: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:float("-3.4028235E38") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl045[+]
X VarDecl045: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:date("1970-01-01Z") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl046[+]
X VarDecl046: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:date("1970-01-01Z") + xs:dayTimeDuration("P31DT23H59M59S") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl047[+]
X VarDecl047: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:time("08:03:35Z") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl048[+]
X VarDecl048: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:time("08:03:35Z") + xs:dayTimeDuration("P0DT0H0M0S") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl049[+]
X VarDecl049: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := xs:dateTime("2030-12-31T23:59:59Z") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl050[+]
X VarDecl050: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (1,2,3) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl051[+]
X VarDecl051: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (xs:string("a") , (), "xyz") ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl052[+]
X VarDecl052: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (xs:string("a") , xs:anyURI("www.example.com")) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl053[+]
X VarDecl053: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (xs:float("INF") , xs:double("NaN")) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl054[+]
X VarDecl054: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (xs:boolean("true") , xs:boolean("0"), xs:integer("0")) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl055[+]
X VarDecl055: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (xs:date("1993-03-31") , xs:boolean("true"), xs:string("abc")) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl056[+]
X VarDecl056: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (xs:time("12:30:00") , xs:string(" ") , xs:decimal("2.000000000000002")) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl057[+]
X VarDecl057: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := ((1+1), (2-2)) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl058[+]
X VarDecl058: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := ((1,2,2),(1,2,3),(123,""),(),("")) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl059[+]
X VarDecl059: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := (//book/price, (), (1)) ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl060[+]
X VarDecl060: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := //Price/text() ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl061[+]
X VarDecl061: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := /comment() ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl062[+]
X VarDecl062: Created on: 2005-06-30 Spec Dependencies: spec = XQ10+ Test: declare variable $x := /processing-instruction() ; $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl063[+]
X VarDecl063: Created on: 2011-12-04 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $x := $y + 3; declare variable $y := 17; $x + 5 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
VarDecl064[+]
X VarDecl064: Created on: 2014-11-21 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare function local:f1() {$a}; declare function local:f2() {$a}; declare variable $a := 19; local:f1() + local:f2() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclerr[+]
X vardeclerr: Created on: 2006-02-06 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare namespace foo = "http://www..oracle.com/xquery/test"; declare variable $var1 as xs:integer := foo:price(xs:integer(2)); declare function foo:price ($b as xs:integer) as xs:integer { $var1 + 1 }; $var1 |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
vardeclerr-1[+]
X vardeclerr-1: Created on: 2006-02-06 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare namespace foo = "http://www..oracle.com/xquery/test"; declare variable $var1 as xs:integer := foo:price(xs:integer(2)); declare function foo:price ($b as xs:integer) as xs:integer { $var1 + 1 }; $var1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
internalvar-2[+]
X internalvar-2: Created on: 2006-06-29 Spec Dependencies: spec = XQ10+ Test: (::)declare(::)variable(::)$var(::):=(::)1(::);(::) 1(::)eq(::)1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-1[+]
X K2-InternalVariablesWithout-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { local:myFunction(), 1, $local:myVar }; $local:myVar |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-1a[+]
X K2-InternalVariablesWithout-1a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { if (current-date() lt xs:date('1990-01-01')) then local:myFunction() else (), 1, $local:myVar }; $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-2[+]
X K2-InternalVariablesWithout-2: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { $local:myVar, 1, local:myFunction() }; $local:myVar |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-2a[+]
X K2-InternalVariablesWithout-2a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { $local:myVar, 1, local:myFunction() }; $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-3[+]
X K2-InternalVariablesWithout-3: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { $local:myVar, 1, local:myFunction() }; $local:myVar |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-3a[+]
X K2-InternalVariablesWithout-3a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { $local:myVar, 1, local:myFunction() }; $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-4[+]
X K2-InternalVariablesWithout-4: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { $local:myVar, 1, local:myFunction() }; $local:myVar |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-4a[+]
X K2-InternalVariablesWithout-4a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction() { $local:myVar, 1, local:myFunction() }; $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-5[+]
X K2-InternalVariablesWithout-5: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { $local:myVar, 1, local:myFunction() }; declare function local:myFunction() { local:myFunction2() }; $local:myVar |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-5a[+]
X K2-InternalVariablesWithout-5a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { $local:myVar, 1, local:myFunction() }; declare function local:myFunction() { local:myFunction2() }; $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-6[+]
X K2-InternalVariablesWithout-6: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { local:myFunction(), $local:myVar }; declare function local:myFunction() { local:myFunction2() }; local:myFunction() |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-6a[+]
X K2-InternalVariablesWithout-6a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { if (current-date() lt xs:date('1990-01-01')) then local:myFunction() else (), $local:myVar }; declare function local:myFunction() { local:myFunction2() }; local:myFunction() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-7[+]
X K2-InternalVariablesWithout-7: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { local:myFunction(), $local:myVar }; declare function local:myFunction4() { local:myFunction2() }; declare function local:myFunction3() { local:myFunction4() }; declare function local:myFunction() { local:myFunction3() }; local:myFunction() |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-7a[+]
X K2-InternalVariablesWithout-7a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { if (current-date() lt xs:date('1990-01-01')) then local:myFunction() else (), $local:myVar }; declare function local:myFunction4() { local:myFunction2() }; declare function local:myFunction3() { local:myFunction4() }; declare function local:myFunction() { local:myFunction3() }; local:myFunction() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-8[+]
X K2-InternalVariablesWithout-8: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { local:myFunction4() }; declare function local:myFunction4() { local:myFunction2(), $local:myVar }; declare function local:myFunction3() { local:myFunction4() }; declare function local:myFunction() { local:myFunction3() }; local:myFunction() |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-8a[+]
X K2-InternalVariablesWithout-8a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunction(); declare function local:myFunction2() { local:myFunction4() }; declare function local:myFunction4() { if (current-date() lt xs:date('1990-01-01')) then local:myFunction2() else (), $local:myVar }; declare function local:myFunction3() { local:myFunction4() }; declare function local:myFunction() { local:myFunction3() }; local:myFunction() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-9[+]
X K2-InternalVariablesWithout-9: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $local:myVar := local:myFunc(3); declare function local:myFunc($arg) { local:myFunc($local:myVar) }; $local:myVar |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-InternalVariablesWithout-9a[+]
X K2-InternalVariablesWithout-9a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $local:myVar := local:myFunc(3); declare function local:myFunc($arg) { local:myFunc($local:myVar) }; $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-10[+]
X K2-InternalVariablesWithout-10: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $local:myVar := local:myFunc(3); declare function local:myFunc($local:myVar) { $local:myVar }; local:myFunc(6) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-11[+]
X K2-InternalVariablesWithout-11: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $local:myVar := local:thisFunctionDoesNotExist(); 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-12[+]
X K2-InternalVariablesWithout-12: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $local:myVar := local:thisFunctionDoesNotExist(); $local:myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-13[+]
X K2-InternalVariablesWithout-13: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $local:var1 := 1; declare variable $local:var2 := 2; declare variable $local:var3 := 3; declare variable $local:var4 := 4; declare variable $local:var5 := 5; declare variable $local:var6 := 6; declare variable $local:var7 := 7; declare variable $local:var8 := 8; declare variable $local:var9 := 9; declare variable $local:var10 := 10; declare variable $local:var11 := 11; declare variable $local:var12 := 12; declare variable $local:var13 := 13; declare variable $local:var14 := 14; declare variable $local:var15 := 15; declare variable $local:var16 := 16; declare variable $local:var17 := 17; declare variable $local:var18 := 18; declare variable $local:var19 := 19; declare variable $local:var20 := 20; deep-equal((1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20), ($local:var1, $local:var2, $local:var3, $local:var4, $local:var5, $local:var6, $local:var7, $local:var8, $local:var9, $local:var10, $local:var11, $local:var12, $local:var13, $local:var14, $local:var15, $local:var16, $local:var17, $local:var18, $local:var19, $local:var20)) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-14[+]
X K2-InternalVariablesWithout-14: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare variable $myVar := <e>{nametest}</e>; <e/>/$myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWithout-15[+]
X K2-InternalVariablesWithout-15: Created on: 2008-11-13 Spec Dependencies: spec = XQ10+ Test: declare variable $var := 1 := 2; 3 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-1[+]
X vardeclwithtype-1: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:string := "abc"; $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-2[+]
X vardeclwithtype-2: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:integer := 100; $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-3[+]
X vardeclwithtype-3: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:decimal := 100; $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-4[+]
X vardeclwithtype-4: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:boolean := fn:true(); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-5[+]
X vardeclwithtype-5: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:boolean := fn:false(); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-6[+]
X vardeclwithtype-6: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:float := xs:float(12.5E10); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-7[+]
X vardeclwithtype-7: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:double := xs:double(1267.43233E12); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-8[+]
X vardeclwithtype-8: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:anyURI := xs:anyURI("http://example.com"); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-9[+]
X vardeclwithtype-9: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:dateTime := xs:dateTime("1999-11-28T09:00:00Z"); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-10[+]
X vardeclwithtype-10: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:time := xs:time("11:12:00Z"); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-11[+]
X vardeclwithtype-11: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:date := xs:date("1999-11-28Z"); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-12[+]
X vardeclwithtype-12: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:date := xs:date("1999-11-28Z"); declare variable $var as xs:date := xs:date("1999-11-28Z"); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-13[+]
X vardeclwithtype-13: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:date := fn:true() and fn:true(); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-14[+]
X vardeclwithtype-14: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $x as xs:integer := 10; declare variable $var as xs:integer := $x +1; $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-15a[+]
X vardeclwithtype-15a: Created on: 2005-11-23 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var as xs:integer := $e +1; declare variable $e as xs:integer := 10; $var |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
vardeclwithtype-15b[+]
X vardeclwithtype-15b: Created on: 2005-11-23 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var as xs:integer := $e +1; declare variable $e as xs:integer := 10; $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-16[+]
X vardeclwithtype-16: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare namespace p1 = "http://www.example.com"; declare variable $p1:var as xs:integer := 10; $p1:var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-17[+]
X vardeclwithtype-17: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare namespace p1 = "http://www.example.com"; declare namespace p2 = "http://www.example.com/examples"; declare variable $p1:var as xs:integer := 10; declare variable $p2:var as xs:integer := 20; $p2:var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-18[+]
X vardeclwithtype-18: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare namespace p1 = "http://www.example.com"; declare namespace p2 = "http://www.example.com"; declare variable $p1:var as xs:integer := 10; declare variable $p2:var as xs:integer := 20; $p2:var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-19[+]
X vardeclwithtype-19: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:integer := fn:count((10,2)); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-20[+]
X vardeclwithtype-20: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:integer := fn:string-length("ABC"); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-21[+]
X vardeclwithtype-21: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:boolean := fn:not(fn:true()); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
vardeclwithtype-22[+]
X vardeclwithtype-22: Created on: 2005-11-23 Spec Dependencies: spec = XQ10+ Test: declare variable $var as xs:boolean := fn:empty((1,2,3)); $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
internalvar-1[+]
X internalvar-1: Created on: 2006-06-29 Spec Dependencies: spec = XQ10+ Test: declare(::)variable(::)$var(::)as(::)item((: :))*(::):=(::)1(::);(::) 1(::)eq(::)1(::) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-1[+]
X K-InternalVariablesWith-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare(::)variable(::)$local:var(::)as(::)item((: :))* :=3(::);(::)1(::)eq(::)1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-2[+]
X K-InternalVariablesWith-2: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: (::)declare(::)variable(::)$local:var(::):=(::)3;(::)1(::)eq(::)1(::) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-3[+]
X K-InternalVariablesWith-3: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $myVar as xs:integer := subsequence((1, 2, "a string"), 3, 1); $myVar eq 3 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-4[+]
X K-InternalVariablesWith-4: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $myVar as xs:gYear := 2006; true() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-5[+]
X K-InternalVariablesWith-5: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $myVar as xs:gYear := 2006; $myVar |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-6a[+]
X K-InternalVariablesWith-6a: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var1 := $var2; declare variable $var2 := 2; true() |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-6b[+]
X K-InternalVariablesWith-6b: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var1 := $var2; declare variable $var2 := 2; true() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-7[+]
X K-InternalVariablesWith-7: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable var1 := 1; 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-8[+]
X K-InternalVariablesWith-8: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $var1 = 1; 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-9a[+]
X K-InternalVariablesWith-9a: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var1 := $var2; declare variable $var2 := 2; $var1 |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-9b[+]
X K-InternalVariablesWith-9b: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var1 := $var2; declare variable $var2 := 2; $var1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-10[+]
X K-InternalVariablesWith-10: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $prefix:var1 := 2; declare namespace prefix = "http://example.com/myNamespace"; true() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-11[+]
X K-InternalVariablesWith-11: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $var1 := 2; declare variable $var2 := $var1; $var2 eq 2 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-12[+]
X K-InternalVariablesWith-12: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $var1 := local:myFunc(); declare function local:myFunc() { 1 }; $var1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-13[+]
X K-InternalVariablesWith-13: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $var1 as xs:string := local:myFunc(); declare function local:myFunc() as xs:integer { 1 }; $var1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-14[+]
X K-InternalVariablesWith-14: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $var1 as xs:string := local:myFunc(); declare function local:myFunc() { 1 }; $var1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-15a[+]
X K-InternalVariablesWith-15a: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var1 := $var1; true() |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-15b[+]
X K-InternalVariablesWith-15b: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var1 := $var1; true() |
pass | n/a
test-set dependencies not satisfied |
wrongError
Expected XPST0008; got XQDY0054 |
n/a | pass | pass | |
K-InternalVariablesWith-16[+]
X K-InternalVariablesWith-16: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2() }; declare function local:func2() { local:func3() }; declare function local:func3() { local:func4() }; declare function local:func4() { $var }; boolean($var) |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-16a[+]
X K-InternalVariablesWith-16a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2() }; declare function local:func2() { local:func3() }; declare function local:func3() { local:func4() }; declare function local:func4() { $var }; boolean($var) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-17[+]
X K-InternalVariablesWith-17: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2($var) }; declare function local:func2($arg2) { 1 }; true() |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-17a[+]
X K-InternalVariablesWith-17a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2($var) }; declare function local:func2($arg2) { 1 }; true() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-18[+]
X K-InternalVariablesWith-18: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2($var) }; declare function local:func2($arg2) { $arg2 }; $var |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-18a[+]
X K-InternalVariablesWith-18a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2($var) }; declare function local:func2($arg2) { $arg2 }; $var |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-19[+]
X K-InternalVariablesWith-19: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var2 := local:func1(); declare variable $var := ($var2 treat as xs:integer) + 1; declare function local:func1() { local:func2() }; declare function local:func2() { local:func3() }; declare function local:func3() { local:func4() }; declare function local:func4() { $var }; boolean($var) |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-19a[+]
X K-InternalVariablesWith-19a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var2 := local:func1(); declare variable $var := ($var2 treat as xs:integer) + 1; declare function local:func1() { local:func2() }; declare function local:func2() { local:func3() }; declare function local:func3() { local:func4() }; declare function local:func4() { $var }; boolean($var) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-20[+]
X K-InternalVariablesWith-20: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2() }; declare function local:func2() { local:func3() }; declare variable $var2 := local:func2(); declare function local:func3() { $var2 }; boolean($var) |
no result | n/a
test-set dependencies not satisfied |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-InternalVariablesWith-20a[+]
X K-InternalVariablesWith-20a: Created on: 2012-10-08 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare variable $var := local:func1(); declare function local:func1() { local:func2() }; declare function local:func2() { local:func3() }; declare variable $var2 := local:func2(); declare function local:func3() { $var2 }; boolean($var) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-InternalVariablesWith-21[+]
X K-InternalVariablesWith-21: Created on: 2011-07-12 Spec Dependencies: spec = XQ10+ Test: declare variable $local:var as item() *:=3; true() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-InternalVariablesWith-1[+]
X K2-InternalVariablesWith-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $var1 as xs:string := 1 treat as item(); $var1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |