blob: c4ddf692f68465a727134b0141d8577d23ac445f [file] [log] [blame]
#**
@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