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