Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / parse1.vm
blob58164e7dacf12595123379990ceab6a5ad811b45
1 #*
3 @test parse1.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.
11 This is content from parse1.vm
13 #foreach($a in $stringarray )
14         Hello $a.
15 #end
17 Now using a reference to get the next one :
18 #set($foo = "parse2.vm")
19    --
20 #parse($foo)
21    --
22 done with parse1.vm