blob: 5157b22c178e553febdd0a74f56419dd7aafa847 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1310 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Casting from xs:base64Binary to xs:hexBinary is allowed and should always succeed. :)
(:*******************************************************:)
xs:base64Binary("aaaa") cast as xs:hexBinary
ne
xs:hexBinary("0FB7")