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