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