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