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