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