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