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