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