blob: ada95034bba135d11b90dc07dd797682732b3dae [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-181 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Ensure that a negative xs:dayTimeDuration is properly serialized when cast to xs:string. :)
(:*******************************************************:)
xs:string(xs:dayTimeDuration("-P0010DT0010H0010M0010S"))
eq "-P10DT10H10M10S"