aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-08-09 17:25:00 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-08-09 17:25:00 +0200
commite399dc162b9d66992eb66fa2de0bedf524fb1ecf (patch)
tree9b8567eff322a58f898f091c0c349ca934df93b5 /tests/template/templates/loop.html
parenta053638c3df339ce6fb61876c018a5aa94614487 (diff)
parent0f83d7fd6cf6819c0fe2f4bfa9f65873f7124b72 (diff)
downloadforums-e399dc162b9d66992eb66fa2de0bedf524fb1ecf.tar
forums-e399dc162b9d66992eb66fa2de0bedf524fb1ecf.tar.gz
forums-e399dc162b9d66992eb66fa2de0bedf524fb1ecf.tar.bz2
forums-e399dc162b9d66992eb66fa2de0bedf524fb1ecf.tar.xz
forums-e399dc162b9d66992eb66fa2de0bedf524fb1ecf.zip
Merge remote-tracking branch 'EXreaction/ticket/11701' into develop
* EXreaction/ticket/11701: [ticket/11701] New line at EOF [ticket/11701] Test events in loops [ticket/11701] Refix regex for appending |length [ticket/11701] Fix regex for appending |length [ticket/11701] Fix loops var check [ticket/11701] Remove useless str_replace [ticket/11701] Loop variables are not passed correctly to events
Diffstat (limited to 'tests/template/templates/loop.html')
-rw-r--r--tests/template/templates/loop.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/template/templates/loop.html b/tests/template/templates/loop.html
index de1a10004d..f541e934df 100644
--- a/tests/template/templates/loop.html
+++ b/tests/template/templates/loop.html
@@ -1,21 +1,21 @@
-<!-- BEGIN loop -->
+<!-- BEGIN test_loop -->
loop
<!-- BEGINELSE -->
noloop
-<!-- END loop -->
+<!-- END test_loop -->
-<!-- IF .loop -->
+<!-- IF .test_loop -->
loop
<!-- ELSE -->
noloop
<!-- ENDIF -->
-<!-- IF .loop == 2 -->
+<!-- IF .test_loop == 2 -->
loop
<!-- ENDIF -->
-<!-- BEGIN loop -->
+<!-- BEGIN test_loop -->
<!-- BEGIN !block -->
-loop#{loop.S_ROW_COUNT}-block#{block.S_ROW_COUNT}
+loop#{test_loop.S_ROW_COUNT}-block#{block.S_ROW_COUNT}
<!-- END !block -->
-<!-- END loop -->
+<!-- END test_loop -->