aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-09-03 00:15:37 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-09-03 00:15:37 +0200
commit67f89cc319998ee0feb5dba013a3bac452f1d4b7 (patch)
treea2bba10073cb4fc3266ba0567bf78707faf8cd94 /tests/template/templates
parentf9c3d78e8c4370141618a361a56403cd5103ec73 (diff)
parentc8d5ec892745f9bfc784cd8f7f632fee4a371ff7 (diff)
downloadforums-67f89cc319998ee0feb5dba013a3bac452f1d4b7.tar
forums-67f89cc319998ee0feb5dba013a3bac452f1d4b7.tar.gz
forums-67f89cc319998ee0feb5dba013a3bac452f1d4b7.tar.bz2
forums-67f89cc319998ee0feb5dba013a3bac452f1d4b7.tar.xz
forums-67f89cc319998ee0feb5dba013a3bac452f1d4b7.zip
Merge remote-tracking branch 'EXreaction/ticket/11812' into develop
* EXreaction/ticket/11812: [ticket/11812] Fix empty define
Diffstat (limited to 'tests/template/templates')
-rw-r--r--tests/template/templates/define.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/template/templates/define.html b/tests/template/templates/define.html
index 66e874ca63..e6c8ef49c9 100644
--- a/tests/template/templates/define.html
+++ b/tests/template/templates/define.html
@@ -14,3 +14,5 @@ $VALUE == 'abc'
{$VALUE}
<!-- DEFINE $VALUE = 'test!@#$%^&*()_-=+{}[]:;",<.>/?' -->
{$VALUE}
+<!-- DEFINE $VALUE = '' -->
+[{$VALUE}]