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