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