aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/parse2.vm
blob: f6d0a126bc33cd1f60cc89adace93227563b99fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#*

@test parse2.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.

*#
This is parse2.vm.

#if (true)
	This is from a true \#if.
#end