aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/includeerror/haserror2.txt
blob: b495c4fb64cea6b51ba4ac5f3a9966cbd15b98d4 (plain)
1
2
3
4
5
6
7
8
9
10
## This file has a Velocity error.
## It's intentionally not saved with a 'vm' suffix
## to avoid errors in IDE

## Note: text directly from VELOCITY-96

#macro (myMacro $arg1 $list)
This is text from velPTest2.vm
#myMacro('name', ['apples', 'oranges']
More text