mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/twig] Add test to make sure nested loops get the correct S_ROW_COUNT
PHPBB3-11598
This commit is contained in:
6
tests/template/templates/loop_nested2.html
Normal file
6
tests/template/templates/loop_nested2.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- BEGIN outer -->
|
||||
o{outer.S_ROW_COUNT}
|
||||
<!-- BEGIN middle -->
|
||||
m{outer.middle.S_ROW_COUNT}{outer.S_ROW_COUNT}
|
||||
<!-- END middle -->
|
||||
<!-- END outer -->
|
Reference in New Issue
Block a user