aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/ejs/test/fixtures/include.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ejs/test/fixtures/include.ejs')
-rw-r--r--node_modules/ejs/test/fixtures/include.ejs5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/ejs/test/fixtures/include.ejs b/node_modules/ejs/test/fixtures/include.ejs
new file mode 100644
index 0000000..8017337
--- /dev/null
+++ b/node_modules/ejs/test/fixtures/include.ejs
@@ -0,0 +1,5 @@
+<ul>
+ [[ pets.forEach(function(pet){ ]]
+ [[ include pet ]]
+ [[ }) ]]
+</ul> \ No newline at end of file