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