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