Adding support for serialization / remoting.
[castle.git] / Tools / NVelocity / test / templates / if.vm
blob7da8d6c184e843386139e40cf0eea7d7a295b0bc
1 #*
3 @test if.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 #if (true)
13     this is true
14 #end
16 #if (false)
17     this is false
18 #end
20 #if ($foo)
21     this isn't defined yet.
22 #end