blob: a6bab9d4bb55bc1629619ef2645c27da614150e3 [file] [log] [blame]
#*
@test foreach-null-list.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 with a list that contains null.
#foreach ($element in $nullList)
This is $element.
$velocityCount
#end