blob: 5867a89273f2ea3662c96c3d07c5c871fc9ea338 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxnpi2args-5 :)
(: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(upper bound) :)
(:*******************************************************:)
fn:max((xs:nonPositiveInteger("-999999999999999999"),xs:nonPositiveInteger("0")))