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