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