File: comments.ejs

package info (click to toggle)
ejs.js 1.0.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 332 kB
  • ctags: 57
  • sloc: makefile: 50
file content (5 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
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>