blob: 59b75b7e6734cf75986368ac3144b7ace88af6cd [file] [log] [blame]
(:*******************************************************:)
(:Test: ends-with2args-3 :)
(: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(upper bound) :)
(:$arg2 = xs:string(lower bound) :)
(:*******************************************************:)
fn:ends-with(xs:string("This is a characte"),xs:string("This is a characte"))