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