mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/template-engine] Added a test for multilevel references in loops.
This currently fails. This test is a reduced version of permission_mask template in acp, which is not correctly compiled by the current template engine code. PHPBB3-9726
This commit is contained in:
10
tests/template/templates/loop_nested_multilevel_ref.html
Normal file
10
tests/template/templates/loop_nested_multilevel_ref.html
Normal file
@@ -0,0 +1,10 @@
|
||||
top-level content
|
||||
<!-- BEGIN outer -->
|
||||
outer content
|
||||
<!-- BEGIN inner -->
|
||||
inner content
|
||||
<!-- IF outer.inner.S_FIRST_ROW -->
|
||||
first row
|
||||
<!-- ENDIF -->
|
||||
<!-- END inner -->
|
||||
<!-- END outer -->
|
Reference in New Issue
Block a user