blob: f6ff84e123bfd8808174b11ce103de599d5d1a77 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxnpi2args-1 :)
(: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:nonPositiveInteger(lower bound) :)
(:$arg2 = xs:nonPositiveInteger(lower bound) :)
(:*******************************************************:)
fn:max((xs:nonPositiveInteger("-999999999999999999"),xs:nonPositiveInteger("-999999999999999999")))