complete redesign: use nodejs on server instead of php - documentation to be updated
This commit is contained in:
7
nodejs/node_modules/ejs/test/fixtures/comments.ejs
generated
vendored
Normal file
7
nodejs/node_modules/ejs/test/fixtures/comments.ejs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user