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