aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.LINES
diff options
context:
space:
mode:
authorAndrew Vuong <akvuong@google.com>2023-02-13 23:15:30 +0000
committerAndrew Vuong <akvuong@google.com>2023-02-13 23:27:18 +0000
commit31f36d06e129f44025af7a07974a688bf294329d (patch)
tree3813a8a6c4402b036011aeb82ba7597aac31b33a /velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.LINES
parentbc4c7a291f1579e1b6b903dc43b707a755577565 (diff)
parentdc905fdbe4b5f2ea3ac2cb157f1d13ef8dd6c0bb (diff)
downloadapache-velocity-engine-31f36d06e129f44025af7a07974a688bf294329d.tar.gz
Initial import of apache-velocity-engine from upstream master
Bug: 262898801 Test: TH Change-Id: I820a8f113056324148395f29443c5acd84f4acca
Diffstat (limited to 'velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.LINES')
-rw-r--r--velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.LINES20
1 files changed, 20 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.LINES b/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.vtl.LINES
new file mode 100644
index 00000000..4a1186bb
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/gobbling/compare/foreach_smart.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>