blob: fef91d00f8b0eaddcf578acf2dc0c53a047f5b45 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1272 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Casting from xs:base64Binary to xs:untypedAtomic is allowed and should always succeed. :)
(:*******************************************************:)
xs:base64Binary("aaaa") cast as xs:untypedAtomic
ne
xs:untypedAtomic("an arbitrary string(untypedAtomic source)")