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