aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_nested_include1_twig.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/templates/loop_nested_include1_twig.html')
-rw-r--r--tests/template/templates/loop_nested_include1_twig.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/template/templates/loop_nested_include1_twig.html b/tests/template/templates/loop_nested_include1_twig.html
new file mode 100644
index 0000000000..4c2ebb5f15
--- /dev/null
+++ b/tests/template/templates/loop_nested_include1_twig.html
@@ -0,0 +1,5 @@
+[{{ test_loop_inner.foo }}|
+{% for inner in test_loop_inner.inner %}
+ [{{ test_loop_inner.foo }}|
+ {{ inner.myinner }}]
+{% endfor %}]