aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs')
-rw-r--r--dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs5
1 files changed, 0 insertions, 5 deletions
diff --git a/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs b/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs
deleted file mode 100644
index 26b0522d..00000000
--- a/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs
+++ /dev/null
@@ -1,5 +0,0 @@
-<ul>
- <@ pets.forEach(function(pet){ @>
- <@- include(path.join(dir, 'pet'), {pet: pet}); @>
- <@ }); @>
-</ul>