blob: 86079ae7e98a2fb108a0f5b7e9b6209aedf71375 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumnni3args-7 :)
(: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: :)
(:$arg1 = xs:nonNegativeInteger(lower bound) :)
(:$arg2 = xs:nonNegativeInteger(lower bound) :)
(:$zero = xs:nonNegativeInteger(upper bound) :)
(:*******************************************************:)
fn:sum((xs:nonNegativeInteger("0"),xs:nonNegativeInteger("0"),xs:nonNegativeInteger("999999999999999999")))