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