aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/ejs/test/fixtures/comments.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ejs/test/fixtures/comments.ejs')
-rw-r--r--node_modules/ejs/test/fixtures/comments.ejs5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/ejs/test/fixtures/comments.ejs b/node_modules/ejs/test/fixtures/comments.ejs
deleted file mode 100644
index ba34b0a..0000000
--- a/node_modules/ejs/test/fixtures/comments.ejs
+++ /dev/null
@@ -1,5 +0,0 @@
-<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> \ No newline at end of file