blob: 36b6774919e390aa0b13e5b97cc1232f18daf9f0 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-552 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:decimal to xs:decimal is allowed and should always succeed. :)
(:*******************************************************:)
xs:decimal("10.01") cast as xs:decimal
eq
xs:decimal("10.01")