diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-10 16:06:00 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-10 16:06:00 +0200 |
| commit | 09804bbae80c36989aba6631afca0dbdd3781f75 (patch) | |
| tree | 73e9cd64a4d993e352b5170cc099168dea341f05 /tests/template/datasets/ext_trivial/ext/trivial/styles | |
| parent | 377fb770fb37f4fb797ab234e44c4d387d4f8a64 (diff) | |
| download | forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar.gz forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar.bz2 forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar.xz forums-09804bbae80c36989aba6631afca0dbdd3781f75.zip | |
[ticket/12382] Add template test for subloops inside events
PHPBB3-12382
Diffstat (limited to 'tests/template/datasets/ext_trivial/ext/trivial/styles')
| -rw-r--r-- | tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/event/test_event_subloop.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/event/test_event_subloop.html b/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/event/test_event_subloop.html new file mode 100644 index 0000000000..4fdba859f3 --- /dev/null +++ b/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/event/test_event_subloop.html @@ -0,0 +1,2 @@ +[{event_loop.S_ROW_COUNT}<!-- BEGIN subloop -->[subloop:{event_loop.subloop.S_ROW_COUNT}] +<!-- END subloop -->] |
