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