blob: 831a9447a6e826b95755e0a06ac2e54e6548e7ef [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1224 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Casting from xs:boolean to xs:float is allowed and should always succeed. :)
(:*******************************************************:)
xs:boolean("true") cast as xs:float
ne
xs:float("3.4e5")