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