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