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