aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp')
-rw-r--r--velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp7
1 files changed, 7 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp b/velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp
index ce7fc2ee..2dcc3474 100644
--- a/velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp
+++ b/velocity-engine-core/src/test/resources/templates/compare/foreach-type.cmp
@@ -7,11 +7,15 @@ Using a Object []
c
d
+ empty
+
Using a Map
this is from a hashtable!
this is from a hashtable too!
+ this map was empty
+
Using a Collection
string1
@@ -22,6 +26,7 @@ Using an Iterator
string1
string2
+ empty
Using an Enumeration
@@ -36,3 +41,5 @@ Using an array of primitives
30
40
50
+
+ empty