You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
387 B
7 lines
387 B
<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> |
|
<li><a href="fee"><%# ERB style comment %>fee</li> |
|
<li><a href="bah"><%= 'not a ' + '//' + ' comment' %></a></li>
|
|
|