blob: fc0bcccb103c823986d153579a325c9bc21ba099 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxpint2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:48 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:positiveInteger(upper bound) :)
(:$arg2 = xs:positiveInteger(lower bound) :)
(:*******************************************************:)
fn:max((xs:positiveInteger("999999999999999999"),xs:positiveInteger("1")))