aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/template.php')
-rw-r--r--tests/template/template.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/template/template.php b/tests/template/template.php
index 72ad065acf..89de67a453 100644
--- a/tests/template/template.php
+++ b/tests/template/template.php
@@ -203,6 +203,13 @@ class phpbb_template_template_test extends phpbb_test_case
array('loop.inner'),
"first\n0\n0\n2\nx\nset\n1\n1\n2\ny\nset\nlast",
),
+ array(
+ 'loop_expressions.html',
+ array(),
+ array('loop' => array(array(), array(), array(), array(), array(), array(), array(), array(), array(), array(), array(), array())),
+ array(),
+ "on\non\non\non\noff\noff\noff\noff\non\non\non\non\n\noff\noff\noff\non\non\non\noff\noff\noff\non\non\non",
+ ),
);
}