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