blob: d3d65b69cda579c76ff3b82dbdc42de282e88db1 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-463 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:float as source type and xs:dateTime as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:float("3.4e5") castable as xs:dateTime)