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