aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/ejs/test/fixtures/newlines.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ejs/test/fixtures/newlines.ejs')
-rw-r--r--node_modules/ejs/test/fixtures/newlines.ejs5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/ejs/test/fixtures/newlines.ejs b/node_modules/ejs/test/fixtures/newlines.ejs
new file mode 100644
index 0000000..47401b2
--- /dev/null
+++ b/node_modules/ejs/test/fixtures/newlines.ejs
@@ -0,0 +1,5 @@
+<ul>
+ <% users.forEach(function(user){ %>
+ <li><%= user.name %></li>
+ <% }) %>
+</ul> \ No newline at end of file