Change id: exponent-separator
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) |
---|---|---|---|---|---|---|
numberformat103[+]
X numberformat103: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare default decimal-format exponent-separator="E"; let $x := fn:format-number(12345.678, '9.9999E999') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat104[+]
X numberformat104: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare default decimal-format exponent-separator="E"; let $x := fn:format-number(12345.678, '9.9999e999') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat105[+]
X numberformat105: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-E exponent-separator="E"; let $x := fn:format-number(12345.678, '9.9999E999', 'exp-E') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat106[+]
X numberformat106: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-e exponent-separator="e"; let $x := fn:format-number(12345.678, '9.9999E999', 'exp-e') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat109[+]
X numberformat109: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-bizarre exponent-separator="✐"; let $x := fn:format-number(12345.678, '9.9999✐999', 'exp-bizarre') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat111[+]
X numberformat111: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-p exponent-separator="%"; let $x := fn:format-number(12345.678, '9.9999%999', 'exp-p') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat112[+]
X numberformat112: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-p percent="!" exponent-separator="%"; let $x := fn:format-number(12345.678, '9.9999%999', 'exp-p') return $x |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat124[+]
X numberformat124: Created on: 2015-04-22 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-E exponent-separator="x10^"; fn:format-number(12345.678, '9.9999x10^999', 'exp-E') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat125[+]
X numberformat125: Created on: 2015-04-22 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-E exponent-separator="e" exponent-separator="E"; fn:format-number(12345.678, '9.9999E999', 'exp-E') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
numberformat126[+]
X numberformat126: Created on: 2015-04-22 Spec Dependencies: spec = XQ31+ spec = XP30+ XQ30+ Test: declare decimal-format exp-E exponent-separator="#"; fn:format-number(12345.678, '9.9999#999', 'exp-E') |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xquery31keywords1[+]
X xquery31keywords1: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: let $exponent-separator := 1 return 2 |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xquery31keywords2[+]
X xquery31keywords2: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: let $x := (/) return $x/exponent-separator |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xquery31keywords3[+]
X xquery31keywords3: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: <keywords> <exponent-separator/> </keywords>/name() |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xquery31keywords4[+]
X xquery31keywords4: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: declare function local:exponent-separator () {126}; local:exponent-separator() eq 126 |
pass | n/a
notXP31 |
pass | n/a | pass | pass |
xquery31keywords5[+]
X xquery31keywords5: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: declare default function namespace "http://www.w3.org/2005/xquery-local-functions"; declare function exponent-separator () {110}; exponent-separator() eq 110 |
pass | n/a
notXP31 |
pass | n/a | pass | pass |