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