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