aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_nested_deep_multilevel_ref.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10392] Test for magic loop variables with nested namespaces.Chris Smith2011-09-271-1/+2
| | | | PHPBB3-10392
* [feature/template-engine] Corrected an off-by-one error in nested namespaces.Oleg Pudeyev2011-04-241-0/+12
This error resulted in a dot from the namespace being placed into variable reference in compiled template code, thus creating bogus compiled template code. PHPBB3-9726