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