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