Change id: html-ascii-case-insensitive
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) |
---|---|---|---|---|---|---|
compare-014[+]
X compare-014: Created on: 2014-12-04 Spec Dependencies: spec = XP31+ XQ31+ Test: compare("a", "A", "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | pass | pass | pass | pass | pass |
compare-015[+]
X compare-015: Created on: 2014-12-04 Spec Dependencies: spec = XP31+ XQ31+ Test: compare("123 - ; ^ a", "123 - ; ^ a", "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") eq 0 |
no result | pass | pass | pass | pass | pass |
compare-016[+]
X compare-016: Created on: 2014-12-04 Spec Dependencies: spec = XP31+ XQ31+ Test: compare("Á", "á", "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") eq 0 |
no result | pass | pass | pass | pass | pass |
liam-contains-001[+]
X liam-contains-001: Created on: 2009-09-08 Spec Dependencies: spec = XP31+ XQ31+ Test: if (fn:contains('iNPut', 'pu', 'http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive')) then 'pass' else 'huh' |
pass | pass | pass | pass | pass | pass |
liam-contains-002[+]
X liam-contains-002: Created on: 2009-09-08 Spec Dependencies: spec = XP31+ XQ31+ Test: if (fn:contains('iNPut', 'PU', 'http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive')) then 'pass' else 'huh' |
pass | pass | pass | pass | pass | pass |
liam-contains-003[+]
X liam-contains-003: Created on: 2009-09-08 Spec Dependencies: spec = XP31+ XQ31+ Test: if (fn:contains('hôtel', 'hôt', 'http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive')) then 'pass' else 'huh' |
pass | pass | pass | pass | pass | pass |
liam-contains-004[+]
X liam-contains-004: Created on: 2009-09-08 Spec Dependencies: spec = XP31+ XQ31+ Test: if (fn:contains('hôtel', 'HÔT', 'http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive')) then 'fail' else 'pass' |
pass | pass | pass | pass | pass | pass |
K-SeqDeepEqualFunc-64[+]
X K-SeqDeepEqualFunc-64: Created on: 2014-12-05 Spec Dependencies: spec = XP31+ XQ31+ Test: deep-equal(("a", "A"), ("A", "a"), "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | pass | pass | pass | pass | pass |
K-SeqDeepEqualFunc-65[+]
X K-SeqDeepEqualFunc-65: Created on: 2014-12-05 Spec Dependencies: spec = XP31+ XQ31+ Test: deep-equal(("a", "A"), ("A", "b"), "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | pass | pass | pass | pass | pass |
K-SeqDeepEqualFunc-66[+]
X K-SeqDeepEqualFunc-66: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: deep-equal(<a><b x="abc"/></a>, <a><b x="ABC"/></a>, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-67[+]
X K-SeqDeepEqualFunc-67: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: deep-equal(<a><b>abc</b></a>, <a><b>ABC</b></a>, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-68[+]
X K-SeqDeepEqualFunc-68: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: deep-equal(<a><b>abc</b></a>, <a><B>abc</B></a>, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-69[+]
X K-SeqDeepEqualFunc-69: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ Test: deep-equal(<a><b x="abc"/></a>, <a><b X="abc"/></a>, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-70[+]
X K-SeqDeepEqualFunc-70: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ feature = non_unicode_codepoint_collation feature = higherOrderFunctions Test: let $deep := deep-equal(?, ?, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>) |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
K-SeqDeepEqualFunc-71[+]
X K-SeqDeepEqualFunc-71: Created on: 2014-12-05 Spec Dependencies: spec = XQ31+ feature = higherOrderFunctions Test: let $deep := deep-equal#3 return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>, "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | n/a
environment dependencies not satisfied |
pass | n/a | pass | pass |
fn-substring-after-26[+]
X fn-substring-after-26: Created on: 2014-12-04 Spec Dependencies: spec = XP31+ XQ31+ Test: substring-after("banana", "A", "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | pass | pass | pass | pass | pass |
fn-substring-before-26[+]
X fn-substring-before-26: Created on: 2014-12-04 Spec Dependencies: spec = XP31+ XQ31+ Test: substring-before("banana", "A", "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive") |
no result | pass | pass | pass | pass | pass |
group-018[+]
X group-018: Created on: 2014-12-04 Spec Dependencies: spec = XQ31+ spec = XQ30+ Test: count( for $y in ("ax", "bx", "cx", "Ay", "By", "Cy") group by $k := substring($y, 1, 1) collation "http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive" return <group>{$y}</group> ) |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |