aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/ejs/test/fixtures/comments.ejs
blob: ba34b0addacf63d7ba9e468bf4883b0849e10491 (plain)
1
2
3
4
5
<li><a href="foo"><% // double-slash comment %>foo</li>
<li><a href="bar"><% /* C-style comment */ %>bar</li>
<li><a href="baz"><% // double-slash comment with newline
    %>baz</li>
<li><a href="qux"><% var x = 'qux'; // double-slash comment @ end of line %><%= x %></li>