Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / ejs / test / fixtures / comments.ejs
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>
6 <li><a href="fee"><%# ERB style comment %>fee</li>
7 <li><a href="bah"><%= 'not a ' + '//' + ' comment' %></a></li>