• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#*
2
3@test quotes.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#set($this = "that")
13
14#if (true)
15    "what is $this"
16#end
17
18<input type="checkbox" name="$name" #if($checked)checked="1"#end/>
19
20<input type="checkbox" name="$hashtable.Bar" #if($checked)checked="1"#end/>
21
22