blob: bc82b4311f3f1b6887fadcd832f0177c93efb1bf [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqSUMFunc-31 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:41+02:00 :)
(: Purpose: A test whose essence is: `sum((xs:yearMonthDuration("P20Y"), xs:yearMonthDuration("P10M")) [. < xs:yearMonthDuration("P3M")], xs:yearMonthDuration("P0M")) eq xs:yearMonthDuration("P0M")`. :)
(:*******************************************************:)
sum((xs:yearMonthDuration("P20Y"), xs:yearMonthDuration("P10M"))
[. < xs:yearMonthDuration("P3M")], xs:yearMonthDuration("P0M"))
eq xs:yearMonthDuration("P0M")