blob: 2fa5d30d6194940ab4fc3d7970859edaed28d6ec [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-962 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:gYearMonth to xs:string is allowed and should always succeed. :)
(:*******************************************************:)
xs:gYearMonth("1999-11") cast as xs:string
ne
xs:string("an arbitrary string")