aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/gobbling/compare/foreach_structured.vtl.LINES
blob: d8acef9e71abea167769ef6529b0851ba4dac047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>