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