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