• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#*
2
3@test if.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#if (true)
13    this is true
14#end
15
16#if (false)
17    this is false
18#end
19
20#if ($foo)
21    this isn't defined yet.
22#end
23