blob: 1c89385a0c2653231f927c9a711e92f5bfc94207 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1347 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:hexBinary as source type and xs:date as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:hexBinary("0FB7") castable as xs:date)