blob: b4eabcddede2c56b12103844d577f1dfbbc0a0fe [file] [log] [blame]
(:*******************************************************:)
(:Test: fn-string-join-8 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri June 24, 2005 :)
(:Purpose: Evaluates The "string-join" function :)
(: with the arguments set as follows: :)
(:$arg1 = "AAAAABBBBBCCCCC" :)
(:$arg2 = "BBBBB" :)
(:*******************************************************:)
fn:string-join(("AAAAABBBBBCCCCC"),"BBBBB")