blob: a3fbb638e8a3d0d506fa8fd190f1f695982b2a62 [file] [log] [blame]
(:*******************************************************:)
(:Test: fn-ends-with-13 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri May 27, 2005 :)
(:Purpose: Evaluates The "ends-with" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:string("A") :)
(:$arg2 = "A" :)
(:*******************************************************:)
fn:ends-with(xs:string("A"),"A")