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