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