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