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

@test foreach-map.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.

*#

#foreach ($element in $provider.Hashtable)
    $element
#end