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