aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/ejs/test/fixtures/error.out
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ejs/test/fixtures/error.out')
-rw-r--r--node_modules/ejs/test/fixtures/error.out8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/ejs/test/fixtures/error.out b/node_modules/ejs/test/fixtures/error.out
deleted file mode 100644
index a2c9108..0000000
--- a/node_modules/ejs/test/fixtures/error.out
+++ /dev/null
@@ -1,8 +0,0 @@
-ReferenceError: error.ejs:2
- 1| <ul>
- >> 2| <% if (users) { %>
- 3| <p>Has users</p>
- 4| <% } %>
- 5| </ul>
-
-users is not defined \ No newline at end of file