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