Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / vm_test1.vm
blob31f336a67612974de413a492f8c7824319fadeeb
1 #**
3 @test vm_test1.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.
10 Tests VM recursion. In our VM library, we have a VM callrecurse()
11 which calls recurse().  The point is to have the global def of
12 recurse() called since we don't define it here.
16 #callrecurse()