1
0
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:
Oleg Pudeyev
2011-04-25 21:45:10 -04:00
parent f97411b911
commit f0b97cfdcf
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<!-- BEGIN one -->
{one.VAR}
<!-- BEGIN one -->
{one.one.VAR}
<!-- END one -->
<!-- END one -->