aboutsummaryrefslogtreecommitdiff
path: root/test.html
blob: fc91990e8cb89f6bdbfceb8ae8a4f8f539c55776 (plain)
1
2
3
4
5
<ul>
  <% (dotimes (n 10) %>
    <li>test</li>
  <% ) %>
</ul>