mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/template-engine] Added a test for reuse of loop identifiers.
This currently does not pass, thus it is commented out. The reuse appears implausible in the same file, however it may be also done across template files where it is much harder to detect. PHPBB3-9726
This commit is contained in:
6
tests/template/templates/loop_reuse.html
Normal file
6
tests/template/templates/loop_reuse.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- BEGIN one -->
|
||||
{one.VAR}
|
||||
<!-- BEGIN one -->
|
||||
{one.one.VAR}
|
||||
<!-- END one -->
|
||||
<!-- END one -->
|
Reference in New Issue
Block a user