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