blob: 9852ef4849446725dd829aaf0696497c854c4ec9 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-828 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:dateTime to xs:gYearMonth is allowed and should always succeed. :)
(:*******************************************************:)
xs:dateTime("2002-10-10T12:00:00-05:00") cast as xs:gYearMonth
ne
xs:gYearMonth("1999-11")