mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
5 lines
No EOL
272 B
Text
5 lines
No EOL
272 B
Text
<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> |