From a45aa2e5a009747f61b2c7546fbbc64fdd5f6798 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Thu, 13 Mar 2014 19:48:07 -0500 Subject: [ticket/10288] Test to make sure included templates have proper variable scope PHPBB3-10288 --- tests/template/templates/loop_include.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/template/templates/loop_include.html (limited to 'tests/template/templates/loop_include.html') diff --git a/tests/template/templates/loop_include.html b/tests/template/templates/loop_include.html new file mode 100644 index 0000000000..7bbdfc4248 --- /dev/null +++ b/tests/template/templates/loop_include.html @@ -0,0 +1,4 @@ + +{test_loop.foo} + + -- cgit v1.2.1