repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for serialization / remoting.
[castle.git]
/
Tools
/
NVelocity
/
test
/
templates
/
if.vm
blob
7da8d6c184e843386139e40cf0eea7d7a295b0bc
1
#*
2
3
@test if.vm
4
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.
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