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