Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / loop.vm
blob1c5cc780b30cfe51a5fc8e8f11e60da9467a1325
1 #*
3 @test loop.vm
5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression 
8 test doesn't fail incorrectly.
12 #foreach ($element in $list)
13     #set($foo = $provider.concat(["<", $element, ">"]))
14     $provider.concat("hello", $foo)
15 #end