blob: ce837ca0d869b328ff0b63b20b6e06365f834062 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1303 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:base64Binary as source type and xs:gDay as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:base64Binary("aaaa") castable as xs:gDay)