blob: 78b30afff11b2415bc7b5ead36cc92eac429ce69 [file] [log] [blame]
(:*******************************************************:)
(:Test: concatpint2args-1 :)
(:Written By: Carmelo Montanez :)
(:Date: Wed Dec 15 15:41:48 GMT-05:00 2004 :)
(:Purpose: Evaluates The "concat" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:positiveInteger(lower bound) :)
(:$arg2 = xs:positiveInteger(lower bound) :)
(:*******************************************************:)
fn:concat(xs:positiveInteger("1"),xs:positiveInteger("1"))