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