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