Mike Kienenberger wrote:
Mike Kienenberger wrote:

I'll go ahead and file this tomorrow.


Which I still haven't done, but will do.


Daniel Rall <[EMAIL PROTECTED]> wrote:


It would be huge if you'd take a stab at writing a new test case under velocity/tests/templates/ velocity/tests/templates/results (see the

existing


foreach-*.vm and foreach-*.res files for an example).


Isn't this as trivial as adding

#foreach (${element} in $list)
    This is $element.
    $velocityCount
#end


to foreach-variable.vm and foreach-variable.cmp?

Yup.


Does it really warrant a new test case?

YES.


Or are you looking for a test case that actually compares "#foreach ($element in $list)" output against "#foreach (${element} in $list)" output?

This sounds even better.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to