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