|
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-FunctionCall | 93/120 | 59/46 | 120/120 | 59/46 | 120/120 | 120/28 | 0/6 |
FunctionCall-001[+]
X FunctionCall-001: Created on: 2011-10-31 Spec Dependencies: spec = XQ10+ Test: concat(<a>X</a>, <a>Y</a>) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-002[+]
X FunctionCall-002: Created on: 2011-10-31 Spec Dependencies: spec = XQ10+ Test: xs:boolean(<a>0</a>) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-003[+]
X FunctionCall-003: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: xs:integer(validate type xs:decimal {<a>93.7</a>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-004[+]
X FunctionCall-004: Created on: 2011-10-31 Spec Dependencies: spec = XQ10+ Test: declare function local:f($in as xs:boolean) as xs:boolean { $in }; local:f(<a>0</a>) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-005[+]
X FunctionCall-005: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: declare function local:f($in as xs:anyAtomicType) as xs:boolean { $in instance of xs:decimal }; local:f(validate type xs:integer {<a>12</a>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-006[+]
X FunctionCall-006: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function ($in as xs:boolean) as xs:boolean { $in } return $f(<a>0</a>) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-007[+]
X FunctionCall-007: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: declare function local:f($in as xs:anyAtomicType) as xs:boolean { $in instance of xs:decimal }; let $f := function-lookup(xs:QName('local:f'), 1) return $f(validate type xs:integer {<a>12</a>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-008[+]
X FunctionCall-008: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: let $f := xs:integer#1 return $f(validate type xs:decimal {<a>93.7</a>}) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-009[+]
X FunctionCall-009: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ Test: declare function local:f($in as xs:decimal*) as xs:decimal {sum($in, 0.0)}; local:f(xs:NMTOKENS('1 1.2 1.3 1.4')!xs:untypedAtomic(.)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-010[+]
X FunctionCall-010: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: function($in as xs:decimal*) as xs:decimal {sum($in, 0.0)}(xs:NMTOKENS('1 1.2 1.3 1.4')!xs:untypedAtomic(.)) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a | |
FunctionCall-011[+]
X FunctionCall-011: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ Test: codepoints-to-string(xs:NMTOKENS('48 49 50 51')!xs:untypedAtomic(.)) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a | |
FunctionCall-012[+]
X FunctionCall-012: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ Test: codepoints-to-string(xs:NMTOKENS('30 31 32 33')) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a | |
FunctionCall-013[+]
X FunctionCall-013: Created on: 2011-10-31 Spec Dependencies: spec = XQ10+ Test: declare function local:f($a as xs:integer, $b as xs:integer) as xs:integer { data(<a>{$a}{$b}</a>) }; local:f(12, 34) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-014[+]
X FunctionCall-014: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions Test: let $f := function($a as xs:integer, $b as xs:integer) as xs:integer { data(<a>{$a}{$b}</a>) } return $f(12, 34) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-015[+]
X FunctionCall-015: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: declare function local:f($in as xs:integer) as xs:integer { $in + 1 }; let $f := function-lookup(xs:QName(<f>local:f</f>), 1) return $f(12) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-016[+]
X FunctionCall-016: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: declare function local:f($in as xs:QName) as xs:integer { string-length(local-name-from-QName($in)) }; let $e := <a xsi:type='my:integer' xmlns:my='http://my.example.com/'>123</a> return local:f($e/@xsi:type) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-017[+]
X FunctionCall-017: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: let $f := function ($in as xs:QName) as xs:integer { string-length(local-name-from-QName($in)) } let $e := <a xsi:type='my:integer' xmlns:my='http://my.example.com/'>123</a> return $f($e/@xsi:type) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-018[+]
X FunctionCall-018: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation Test: let $e := <a xsi:type='my:integer' xmlns:my='http://my.example.com/'>123</a> return local-name-from-QName($e/@xsi:type) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-019[+]
X FunctionCall-019: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: declare function local:q ($prefix as xs:string, $local as xs:string) as xs:QName { <a>{$prefix}:{$local}</a> }; local:q('fn', 'abs') |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-020[+]
X FunctionCall-020: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: let $q := function ($prefix as xs:string, $local as xs:string) as xs:QName { <a>{$prefix}:{$local}</a> } return $q('fn', 'abs') |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-021[+]
X FunctionCall-021: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaValidation feature = higherOrderFunctions Test: declare function local:q ($prefix as xs:string, $local as xs:string) as xs:QName { <a>{$prefix}:{$local}</a> }; let $curried := local:q('fn', ?) return $curried('abs') |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-022[+]
X FunctionCall-022: Created on: 2014-10-14 Spec Dependencies: spec = XQ31+ Test: declare function local:unique($in as xs:integer*) as xs:boolean { count($in) = count(distinct-values($in)) }; (local:unique([1,2,3,4,5]), local:unique([1,2,3,4,4])) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-023[+]
X FunctionCall-023: Created on: 2011-10-31 Spec Dependencies: spec = XQ10+ Test: string-join((<a>X</a>, <a>Y</a>, <a>Z</a>), '') |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-025[+]
X FunctionCall-025: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: function($in as xs:double*) as xs:double {sum($in, 0.0e0)}((1, xs:float(0.25), xs:decimal(0.5))) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a | |
FunctionCall-026[+]
X FunctionCall-026: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ feature = higherOrderFunctions Test: function($in as xs:string*) as xs:string {string-join($in, ';')}((xs:anyURI('http://one.com/'), xs:anyURI('http://two.com/'))) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a | |
FunctionCall-027[+]
X FunctionCall-027: Created on: 2011-10-31 Spec Dependencies: spec = XP30+ Test: function($in as xs:NMTOKENS) as item()* {$in}(xs:untypedAtomic('abc def')) |
no result | pass | n/a
notXQ31 |
pass | n/a | n/a | |
FunctionCall-028[+]
X FunctionCall-028: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-029[+]
X FunctionCall-029: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(xs:float(12)) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-030[+]
X FunctionCall-030: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(12.3) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-031[+]
X FunctionCall-031: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionType) as xs:boolean {$in instance of xs:integer}(xs:untypedAtomic('123')) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-032[+]
X FunctionCall-032: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:unionOfListType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-033[+]
X FunctionCall-033: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:restrictedUnionType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-034[+]
X FunctionCall-034: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as lu:listType) as xs:boolean {$in instance of xs:integer}(23) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-035[+]
X FunctionCall-035: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function($in as xs:integer) as lu:unionOfUnionType {$in + 23}(9) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-036[+]
X FunctionCall-036: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:daysAhead($in as xs:integer) as lu:unionOfUnionType {current-date() + (xs:dayTimeDuration('P1D')*$in)}; local:daysAhead(9) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-037[+]
X FunctionCall-037: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:makeDate($in as xs:string) as lu:unionOfUnionType { if ($in castable as xs:date) then xs:untypedAtomic($in) else current-date() }; local:makeDate('2012-12-12') |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-038[+]
X FunctionCall-038: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:makeDate($in as xs:string, $year as xs:integer) as lu:unionOfUnionType { let $date := $year || '-' || $in return if ($date castable as xs:date) then xs:untypedAtomic($date) else current-date() }; let $make2012date := local:makeDate(?, 2012) return $make2012date('12-12') |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-039[+]
X FunctionCall-039: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; function() as lu:restrictedUnionType {23}() |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-040[+]
X FunctionCall-040: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; let $f := function() as lu:namespaceSensitiveUnionType {node-name(<a/>)} return local-name-from-QName($f()) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-041[+]
X FunctionCall-041: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; let $f := function() as lu:namespaceSensitiveUnionType {xs:untypedAtomic('xsi:type')} return local-name-from-QName($f()) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-042[+]
X FunctionCall-042: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:hof($f as function(xs:integer) as xs:integer) as xs:integer {$f(3) + 1}; let $f := function($a as lu:unionType) as xs:integer {$a + 2} return local:hof($f) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-043[+]
X FunctionCall-043: Created on: 2011-10-31 Spec Dependencies: spec = XQ30+ feature = schemaImport feature = higherOrderFunctions Test: declare namespace lu = 'http://www.w3.org/XQueryTest/ListUnionTypes' ; import schema "http://www.w3.org/XQueryTest/ListUnionTypes"; declare function local:hof($f as function(lu:unionType) as xs:integer) as xs:integer {$f(3) + 1}; let $f := function($a as lu:unionOfUnionType) as xs:integer {$a + 2} return local:hof($f) |
no result | n/a
notXP31 |
pass | n/a | pass | pass | |
FunctionCall-044[+]
X FunctionCall-044: Created on: 2015-10-22 Spec Dependencies: spec = XP30 XQ30 feature = higherOrderFunctions Test: let $f := function($x) {} return $f(2) |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
FunctionCall-045[+]
X FunctionCall-045: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x) {} return $f(2) |
pass | pass | pass | pass | pass | pass | |
FunctionCall-046[+]
X FunctionCall-046: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x) { (: there's nothing here :)} return $f(2) |
pass | pass | pass | pass | pass | pass | |
FunctionCall-047[+]
X FunctionCall-047: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x as xs:integer) as xs:integer? { (: there's nothing here :)} return $f(2) |
pass | pass | pass | pass | pass | pass | |
FunctionCall-048[+]
X FunctionCall-048: Created on: 2015-10-22 Spec Dependencies: spec = XP31+ XQ31+ feature = higherOrderFunctions Test: let $f := function($x as xs:integer) as xs:integer { (: there's nothing here :) } return $f(2) |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-1[+]
X K-FunctionCallExpr-1: Created on: 2007-11-26 Spec Dependencies: Test: func-does-not-exist(1, 2, 3) |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-2[+]
X K-FunctionCallExpr-2: Created on: 2007-11-26 Spec Dependencies: Test: fn:func-does-not-exist(1, 2, 3) |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-3[+]
X K-FunctionCallExpr-3: Created on: 2007-11-26 Spec Dependencies: Test: xs:func-does-not-exist(1, 2, 3) |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-4[+]
X K-FunctionCallExpr-4: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: local:func-does-not-exist(1, 2, 3) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K-FunctionCallExpr-5[+]
X K-FunctionCallExpr-5: Created on: 2007-11-26 Spec Dependencies: Test: prefix-does-not-exist:func-does-not-exist(1, 2, 3) |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-6[+]
X K-FunctionCallExpr-6: Created on: 2007-11-26 Spec Dependencies: Test: f:f:() |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-7[+]
X K-FunctionCallExpr-7: Created on: 2007-11-26 Spec Dependencies: Test: :f() |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-8[+]
X K-FunctionCallExpr-8: Created on: 2007-11-26 Spec Dependencies: Test: :f() |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-9[+]
X K-FunctionCallExpr-9: Created on: 2007-11-26 Spec Dependencies: Test: 1fd() |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-10[+]
X K-FunctionCallExpr-10: Created on: 2007-11-26 Spec Dependencies: Test: p:f:lname() |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-11[+]
X K-FunctionCallExpr-11: Created on: 2007-11-26 Spec Dependencies: Test: document("example.com/file.ext") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-12[+]
X K-FunctionCallExpr-12: Created on: 2007-11-26 Spec Dependencies: spec = XP20 XQ10 Test: unparsed-text("example.com/file.ext") |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-FunctionCallExpr-13[+]
X K-FunctionCallExpr-13: Created on: 2007-11-26 Spec Dependencies: spec = XP20 XQ10 Test: unparsed-text-available("example.com/file.ext") |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-FunctionCallExpr-14[+]
X K-FunctionCallExpr-14: Created on: 2007-11-26 Spec Dependencies: Test: key('func', "a value") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-15[+]
X K-FunctionCallExpr-15: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 XP20 Test: format-number(3, "0000") |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-FunctionCallExpr-15a[+]
X K-FunctionCallExpr-15a: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ XP30+ Test: format-number(3, "0000") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-16[+]
X K-FunctionCallExpr-16: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 XP20 Test: matches(format-time(current-time(), "[H01]:[m01]"), "[0-2][0-9]:[0-5][0-9]") |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-FunctionCallExpr-16a[+]
X K-FunctionCallExpr-16a: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ XP30+ Test: matches(format-time(current-time(), "[H01]:[m01]"), "[0-2][0-9]:[0-5][0-9]") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-17[+]
X K-FunctionCallExpr-17: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 XP20 Test: matches(format-time(current-time(), "[H01]:[m01]", (), (), ()), "..:..") |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-FunctionCallExpr-17a[+]
X K-FunctionCallExpr-17a: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ XP30+ Test: matches(format-time(current-time(), "[H01]:[m01]", (), (), ()), "..:..") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-18[+]
X K-FunctionCallExpr-18: Created on: 2007-11-26 Spec Dependencies: Test: matches(format-dateTime(current-dateTime(), "[Y0001]-[M01]-[D01]"), "[0-9]{4}-[0-9]{2}-[0-9]{2}") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-19[+]
X K-FunctionCallExpr-19: Created on: 2007-11-26 Spec Dependencies: Test: matches(format-dateTime(current-dateTime(), "[Y0001]-[M01]-[D01]", (), (), ()), "....-..-..") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-20[+]
X K-FunctionCallExpr-20: Created on: 2007-11-26 Spec Dependencies: Test: matches(format-dateTime(current-dateTime(), "[M01]/[D01]/[Y0001] at [H01]:[m01]:[s01]"), "[0-1][0-9]/[0-3][0-9]/[0-9]{4} at [0-9]{2}:[0-9]{2}:[0-9]{2}") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-21[+]
X K-FunctionCallExpr-21: Created on: 2007-11-26 Spec Dependencies: Test: matches(format-dateTime(current-dateTime(), "[M01]/[D01]/[Y0001] at [H01]:[m01]:[s01]", (), (), ()), "../../.... at ..:..:..") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-22[+]
X K-FunctionCallExpr-22: Created on: 2007-11-26 Spec Dependencies: Test: current() |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-23[+]
X K-FunctionCallExpr-23: Created on: 2007-11-26 Spec Dependencies: Test: unparsed-entity-uri("example.com/file.ext") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-24[+]
X K-FunctionCallExpr-24: Created on: 2007-11-26 Spec Dependencies: Test: unparsed-entity-public-id("entity") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-25[+]
X K-FunctionCallExpr-25: Created on: 2007-11-26 Spec Dependencies: spec = XQ10 Test: generate-id(<a/>) castable as xs:NCName |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K-FunctionCallExpr-25a[+]
X K-FunctionCallExpr-25a: Created on: 2007-11-26 Spec Dependencies: spec = XQ30+ Test: generate-id(<a/>) castable as xs:NCName |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K-FunctionCallExpr-26[+]
X K-FunctionCallExpr-26: Created on: 2007-11-26 Spec Dependencies: Test: system-property("xsl:vendor") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-27[+]
X K-FunctionCallExpr-27: Created on: 2007-11-26 Spec Dependencies: Test: fn:escape-uri("http:/example.com/") |
pass | pass | pass | pass | pass | pass | |
K-FunctionCallExpr-28[+]
X K-FunctionCallExpr-28: Created on: 2007-11-26 Spec Dependencies: Test: fn:sub-sequence("http:/example.com/", 1, 1) |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-1[+]
X K2-FunctionCallExpr-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare function local:bar($c, $d, $e, $f, $g, $h, $i, $j, $a, $b) { 1 }; declare function local:moo($k) { $k }; local:moo(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K2-FunctionCallExpr-2[+]
X K2-FunctionCallExpr-2: Created on: 2007-11-26 Spec Dependencies: Test: current-grouping-key() |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-3[+]
X K2-FunctionCallExpr-3: Created on: 2007-11-26 Spec Dependencies: Test: current() |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-4[+]
X K2-FunctionCallExpr-4: Created on: 2007-11-26 Spec Dependencies: Test: unparsed-entity-uri("str") |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-5[+]
X K2-FunctionCallExpr-5: Created on: 2007-11-26 Spec Dependencies: Test: unparsed-entity-public-id("str") |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-6[+]
X K2-FunctionCallExpr-6: Created on: 2007-11-26 Spec Dependencies: spec = XP20 XQ10 Test: generate-id("str") |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-FunctionCallExpr-7[+]
X K2-FunctionCallExpr-7: Created on: 2007-11-26 Spec Dependencies: spec = XP20 XQ10 Test: generate-id() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
K2-FunctionCallExpr-8[+]
X K2-FunctionCallExpr-8: Created on: 2007-11-26 Spec Dependencies: Test: system-property("property") |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-9[+]
X K2-FunctionCallExpr-9: Created on: 2007-11-26 Spec Dependencies: Test: key("id") |
pass | pass | pass | pass | pass | pass | |
K2-FunctionCallExpr-10[+]
X K2-FunctionCallExpr-10: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare variable $a := <a/>; declare function local:testSingleNodeIdentity($node as node()) { $node is $node }; declare function local:testDoubleNodeIdentity($a as node(), $b as node()) { $a is $b }; local:testSingleNodeIdentity(<a/>), local:testDoubleNodeIdentity(<a/>, <b/>), local:testDoubleNodeIdentity($a, $a) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K2-FunctionCallExpr-11[+]
X K2-FunctionCallExpr-11: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare function local:compare($arg1 as xs:string, $arg2 as xs:string) { let $cps1 := string-to-codepoints($arg1), $cps2 := string-to-codepoints($arg2) return abs(count($cps1) - count($cps2)) + sum(for $x in 1 to min((count($cps1), count($cps2))) return if ($cps1[$x] ne $cps2[$x]) then 1 else ()) }; local:compare("", ""), local:compare("a", ""), local:compare("", "a"), local:compare("a", "a"), local:compare("", "aa"), local:compare("aa", "ab"), local:compare("ba", "ba"), local:compare("bab", "bbb"), local:compare("aba", "bab") |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K2-FunctionCallExpr-12[+]
X K2-FunctionCallExpr-12: Created on: 2008-05-08 Spec Dependencies: spec = XQ10+ Test: declare function local:func1() { if(local:func2('b')) then 3 else local:func1() }; declare function local:func2($a) { if(matches("",$a)) then () else 4 }; local:func1() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
K2-FunctionCallExpr-13[+]
X K2-FunctionCallExpr-13: Created on: 2008-11-13 Spec Dependencies: spec = XQ10+ Test: declare function local:foo($arg) { local:foo(local:foo(1)) }; 1 |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
cbcl-promotion-001[+]
X cbcl-promotion-001: Created on: 2008-05-01 Spec Dependencies: Test: string-join( (xs:anyURI('http://www.microsoft.com'), xs:anyURI('http://www.google.com/')), ' ') |
pass | pass | pass | pass | pass | pass | |
cbcl-promotion-002[+]
X cbcl-promotion-002: Created on: 2008-06-12 Spec Dependencies: spec = XQ10+ Test: declare function local:index-of($seq as xs:double*, $item as xs:double) { for $x at $p in $seq return if ($x eq $item) then $p else () }; declare function local:sequence($x as xs:integer) { ("string", 1, 2.0, xs:float(3))[$x] }; local:index-of(for $x in (2,3,4) return local:sequence($x), 2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
cbcl-promotion-003[+]
X cbcl-promotion-003: Created on: 2008-06-12 Spec Dependencies: spec = XQ10+ Test: declare function local:index-of($seq as xs:integer*, $item as xs:integer?) as xs:float* { if (empty($item)) then -1 else for $x at $p in $seq return if ($x eq $item) then $p else () }; local:index-of(1 to 10, 3) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
cbcl-promotion-004[+]
X cbcl-promotion-004: Created on: 2008-06-12 Spec Dependencies: spec = XQ10+ Test: declare function local:f() as xs:double* { if (day-from-date(current-date()) < 32) then xs:integer(3) else -1 }; local:f() + 1 |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
cbcl-promotion-005[+]
X cbcl-promotion-005: Created on: 2008-06-12 Spec Dependencies: spec = XQ10+ Test: declare function local:index-of($seq, $item) as xs:double? { for $x at $p in $seq return if ($x eq $item) then $p else () }; local:index-of((1, 2.0, xs:float(3), 2), 2) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
cbcl-promotion-006[+]
X cbcl-promotion-006: Created on: 2008-06-12 Spec Dependencies: spec = XQ10+ Test: declare function local:f($arg as xs:anyAtomicType?) { $arg }; local:f(index-of((1,2,3,2),2)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
cbcl-promotion-007[+]
X cbcl-promotion-007: Created on: 2008-07-03 Spec Dependencies: spec = XQ10+ Test: declare function local:f($v as xs:double*) as xs:double+ { if (empty($v)) then 0 else $v }; declare function local:g($v as xs:double*) as xs:double+ { local:f($v) }; local:g((1,2,3)) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-001[+]
X function-call-reserved-function-names-001: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:attribute($arg) { fn:true() }; attribute(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-002[+]
X function-call-reserved-function-names-002: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:comment($arg) { fn:true() }; comment(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-003[+]
X function-call-reserved-function-names-003: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:document-node($arg) { fn:true() }; document-node(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-004[+]
X function-call-reserved-function-names-004: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:element($arg) { fn:true() }; element(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-005[+]
X function-call-reserved-function-names-005: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:empty-sequence() { fn:true() }; empty-sequence() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-006[+]
X function-call-reserved-function-names-006: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:if() { fn:true() }; if() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-007[+]
X function-call-reserved-function-names-007: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:item($arg) { fn:true() }; item(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-008[+]
X function-call-reserved-function-names-008: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:node($arg) { fn:true() }; node(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-009[+]
X function-call-reserved-function-names-009: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:processing-instruction($arg) { fn:true() }; processing-instruction(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-010[+]
X function-call-reserved-function-names-010: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:schema-attribute() { fn:true() }; schema-attribute() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-011[+]
X function-call-reserved-function-names-011: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:schema-element() { fn:true() }; schema-element() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-012[+]
X function-call-reserved-function-names-012: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:text($arg) { fn:true() }; text(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-013[+]
X function-call-reserved-function-names-013: Created on: 2013-01-24 Spec Dependencies: spec = XQ10+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:typeswitch() { fn:true() }; typeswitch() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-014[+]
X function-call-reserved-function-names-014: Created on: 2013-01-24 Spec Dependencies: spec = XQ10 Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:function() { fn:true() }; function() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-015[+]
X function-call-reserved-function-names-015: Created on: 2013-01-24 Spec Dependencies: spec = XQ10 Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function namespace-node($arg) { fn:true() }; namespace-node(1) |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-016[+]
X function-call-reserved-function-names-016: Created on: 2013-01-24 Spec Dependencies: spec = XQ10 Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:switch() { fn:true() }; switch() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-017[+]
X function-call-reserved-function-names-017: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:function() { fn:true() }; function() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-018[+]
X function-call-reserved-function-names-018: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:namespace-node($arg) { fn:true() }; namespace-node(1) |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-019[+]
X function-call-reserved-function-names-019: Created on: 2013-01-24 Spec Dependencies: spec = XQ30+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:switch() { fn:true() }; switch() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-020[+]
X function-call-reserved-function-names-020: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: attribute(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-021[+]
X function-call-reserved-function-names-021: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: comment(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-022[+]
X function-call-reserved-function-names-022: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: document-node(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-023[+]
X function-call-reserved-function-names-023: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: element(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-024[+]
X function-call-reserved-function-names-024: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: empty-sequence() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-025[+]
X function-call-reserved-function-names-025: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: if() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-026[+]
X function-call-reserved-function-names-026: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: item() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-027[+]
X function-call-reserved-function-names-027: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: node(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-028[+]
X function-call-reserved-function-names-028: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: processing-instruction(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-029[+]
X function-call-reserved-function-names-029: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: schema-attribute() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-030[+]
X function-call-reserved-function-names-030: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: schema-element() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-031[+]
X function-call-reserved-function-names-031: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: text(1) |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-032[+]
X function-call-reserved-function-names-032: Created on: 2013-01-24 Spec Dependencies: spec = XP20+ XQ10+ Test: typeswitch() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-033[+]
X function-call-reserved-function-names-033: Created on: 2013-01-24 Spec Dependencies: spec = XP20 XQ10 Test: function() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-034[+]
X function-call-reserved-function-names-034: Created on: 2013-01-24 Spec Dependencies: spec = XP20 Test: namespace-node(1) |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-035[+]
X function-call-reserved-function-names-035: Created on: 2013-01-24 Spec Dependencies: spec = XP20 XQ10 Test: switch() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-036[+]
X function-call-reserved-function-names-036: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ Test: function() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-037[+]
X function-call-reserved-function-names-037: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ Test: namespace-node(1) |
pass | pass | wrongError
Expected XPST0003; got XQST0134 |
pass | pass | pass | |
function-call-reserved-function-names-038[+]
X function-call-reserved-function-names-038: Created on: 2013-01-24 Spec Dependencies: spec = XP30+ XQ30+ Test: switch() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-039[+]
X function-call-reserved-function-names-039: Created on: 2015-10-14 Spec Dependencies: spec = XQ10 XQ30 Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:array() { fn:true() }; array() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-040[+]
X function-call-reserved-function-names-040: Created on: 2015-10-14 Spec Dependencies: spec = XQ31+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:array() { fn:true() }; array() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-041[+]
X function-call-reserved-function-names-041: Created on: 2015-10-14 Spec Dependencies: spec = XP20 XP30 XQ10 XQ30 Test: array() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-042[+]
X function-call-reserved-function-names-042: Created on: 2015-10-14 Spec Dependencies: spec = XP31+ XQ31+ Test: array() |
pass | pass | pass | pass | pass | pass | |
function-call-reserved-function-names-043[+]
X function-call-reserved-function-names-043: Created on: 2015-10-14 Spec Dependencies: spec = XQ10 XQ30 Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:map() { fn:true() }; map() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-044[+]
X function-call-reserved-function-names-044: Created on: 2015-10-14 Spec Dependencies: spec = XQ31+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function local:map() { fn:true() }; map() |
pass | n/a
notXP31 |
pass | n/a | pass | pass | |
function-call-reserved-function-names-045[+]
X function-call-reserved-function-names-045: Created on: 2015-10-14 Spec Dependencies: spec = XP20 XP30 XQ10 XQ30 Test: map() |
no result | n/a
notXP31 |
n/a
notXQ31 |
n/a | n/a | n/a | |
function-call-reserved-function-names-046[+]
X function-call-reserved-function-names-046: Created on: 2015-10-14 Spec Dependencies: spec = XP31+ XQ31+ Test: map() |
pass | pass | pass | pass | pass | pass |