blob: c60e44f3668d8d325777a31094dc1a8965185f2b [file] [log] [blame]
(:*******************************************************:)
(:Test: fn-substring-before-19 :)
(:Written By: Carmelo Montanez :)
(:Date: Mon Jun 1, 2005 :)
(:Purpose: Evaluates The "substring-before" function :)
(: with the arguments set as follows: :)
(:$arg1 = "****" :)
(:$arg2 = "***" :)
(:*******************************************************:)
fn:count(fn:substring-before("****","***"))