blob: 4621f50cada3ebd043318e6be7eaf2d1fe47cfcb [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-602 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:integer to xs:double is allowed and should always succeed. :)
(:*******************************************************:)
xs:integer("6789") cast as xs:double
ne
xs:double("3.3e3")