aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/templates')
-rw-r--r--tests/template/templates/loop_vars.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/template/templates/loop_vars.html b/tests/template/templates/loop_vars.html
index c2924ae18f..d708e5a40c 100644
--- a/tests/template/templates/loop_vars.html
+++ b/tests/template/templates/loop_vars.html
@@ -8,4 +8,9 @@
{loop.VARIABLE}
<!-- IF loop.S_LAST_ROW -->last<!-- ENDIF -->
+<!-- BEGIN inner -->
+
+{inner.S_ROW_NUM}
+
+<!-- END inner -->
<!-- END loop -->