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