aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.NONE
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.NONE')
-rw-r--r--velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.NONE37
1 files changed, 37 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.NONE b/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.NONE
new file mode 100644
index 00000000..47800f57
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.NONE
@@ -0,0 +1,37 @@
+<table>
+ <tbody>
+
+ <tr>
+
+ <td>
+
+ first cell
+
+ </td>
+
+ <td>
+
+ middle cell
+
+ </td>
+
+ </tr>
+
+ <tr>
+
+ <td>
+
+ middle cell
+
+ </td>
+
+ <td>
+
+ middle cell
+
+ </td>
+
+ </tr>
+
+ </tbody>
+</table>