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