[ticket/12382] Event loop nesting inclusion applies to regular includes too

PHPBB3-12382
This commit is contained in:
Nils Adermann 2014-05-03 00:20:37 +02:00
parent d18f19a3bb
commit c5660ed177
2 changed files with 2 additions and 3 deletions

View file

@ -330,7 +330,6 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
array(), array(),
"[bar|[bar|]][bar1|[bar1|[bar1|works]]]", "[bar|[bar|]][bar1|[bar1|[bar1|works]]]",
array(), array(),
'Included files are missing opened parent loops: PHPBB3-12382',
), ),
/* Does not pass with the current implementation. /* Does not pass with the current implementation.
array( array(

View file

@ -1,5 +1,5 @@
[{test_loop.foo}| [{test_loop.foo}|
<!-- BEGIN inner --> <!-- BEGIN test_loop.inner -->
[{test_loop.foo}| [{test_loop.foo}|
{test_loop.inner.myinner}] {test_loop.inner.myinner}]
<!-- END inner -->] <!-- END test_loop.inner -->]