blob: 35eb4a42fd02ec7fd43f6941cdc85e29204cbded [file] [log] [blame]
(:*******************************************************:)
(:Test: sumpint3args-5 :)
(: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:positiveInteger(lower bound) :)
(:$arg2 = xs:positiveInteger(upper bound) :)
(:$zero = xs:positiveInteger(lower bound) :)
(:*******************************************************:)
fn:sum((xs:positiveInteger("1"),xs:positiveInteger("999999999999999998"),xs:positiveInteger("1")))