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

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

*#

#include("include.vm" "include.vm")

#set($foo = "subdir/test.txt")

#include($foo)