diff options
Diffstat (limited to 'tests/template/templates/include_loop_define.html')
-rw-r--r-- | tests/template/templates/include_loop_define.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/templates/include_loop_define.html b/tests/template/templates/include_loop_define.html new file mode 100644 index 0000000000..4bab09422e --- /dev/null +++ b/tests/template/templates/include_loop_define.html @@ -0,0 +1,4 @@ +<!-- BEGIN test_loop --> +<!-- DEFINE $DEF = '{test_loop.NESTED_FILE}' --> +<!-- INCLUDE {$DEF} --> +<!-- END test_loop --> |