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