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, 5 insertions, 0 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
new file mode 100644
index 00000000..26b0522d
--- /dev/null
+++ b/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs
@@ -0,0 +1,5 @@
+<ul>
+ <@ pets.forEach(function(pet){ @>
+ <@- include(path.join(dir, 'pet'), {pet: pet}); @>
+ <@ }); @>
+</ul>