1#* 2 3@test loop.vm 4 5This template is used for Velocity regression testing. 6If you alter this template make sure you change the 7corresponding comparison file so that the regression 8test doesn't fail incorrectly. 9 10*# 11 12#foreach ($element in $list) 13 #set($foo = $provider.concat(["<", $element, ">"])) 14 $provider.concat("hello", $foo) 15#end 16