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