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