blob: c772f99bc335496dbc12b8742d1c94f152577b92 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumnint2args-2 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "sum" function :)
(: with the arguments set as follows: :)
(:$arg = xs:negativeInteger(upper bound) :)
(:$zero = xs:negativeInteger(lower bound) :)
(:*******************************************************:)
fn:sum((xs:negativeInteger("-1"),xs:negativeInteger("-999999999999999999")))