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