Adding support for serialization / remoting.
[castle.git] / Tools / NVelocity / test / templates / quotes.vm
blob88a84b72d6ceca674bb2375fd2ee2196049f1ff3
1 #*
3 @test quotes.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 #set($this = "that")
14 #if (true)
15     "what is $this"
16 #end
18 <input type="checkbox" name="$name" #if($checked)checked="1"#end/>
20 <input type="checkbox" name="$hashtable.Bar" #if($checked)checked="1"#end/>