geirm 00/11/26 10:12:42
Added: test/templates reference.vm
Log:
New template for testbed, for reference specific things.
Revision Changes Path
1.1 jakarta-velocity/test/templates/reference.vm
Index: reference.vm
===================================================================
#*
@test reference.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail incorrectly.
*#
#set $_foo = "bar"
$_foo
#if ($_foo.equals("bar"))
\$_foo equals "bar" : $_foo
#end