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