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