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