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