blob: fa94e4a5ea56dbfd874a58dff4c46180bf50fd84 [file] [log] [blame]
(:*******************************************************:)
(:Test: contains2args-1 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:46 GMT-05:00 2004 :)
(:Purpose: Evaluates The "contains" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:string(lower bound) :)
(:$arg2 = xs:string(lower bound) :)
(:*******************************************************:)
fn:contains(xs:string("This is a characte"),xs:string("This is a characte"))