comments.ejs 272 B

12345
  1. <li><a href="foo"><% // double-slash comment %>foo</li>
  2. <li><a href="bar"><% /* C-style comment */ %>bar</li>
  3. <li><a href="baz"><% // double-slash comment with newline
  4. %>baz</li>
  5. <li><a href="qux"><% var x = 'qux'; // double-slash comment @ end of line %><%= x %></li>