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