aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-19 12:40:53 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-19 12:40:53 -0500
commit9152455d706adafa4e89bfdf6acc4b7c101f6f0a (patch)
tree9bf8e2e00c802bbe7fdb9e65da25f69bfda48a75 /tests/template/templates
parent6ba2fb6d62bb1429665f9e1b4f22dd241508950b (diff)
downloadforums-9152455d706adafa4e89bfdf6acc4b7c101f6f0a.tar
forums-9152455d706adafa4e89bfdf6acc4b7c101f6f0a.tar.gz
forums-9152455d706adafa4e89bfdf6acc4b7c101f6f0a.tar.bz2
forums-9152455d706adafa4e89bfdf6acc4b7c101f6f0a.tar.xz
forums-9152455d706adafa4e89bfdf6acc4b7c101f6f0a.zip
[ticket/11816] Fix multiple parenthesis as well before $VARs in templates
PHPBB3-11816
Diffstat (limited to 'tests/template/templates')
-rw-r--r--tests/template/templates/define.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/template/templates/define.html b/tests/template/templates/define.html
index bc20c02ed1..e7ce7f7def 100644
--- a/tests/template/templates/define.html
+++ b/tests/template/templates/define.html
@@ -10,6 +10,9 @@ $VALUE == 'abc'
<!-- IF ($VALUE == 'abc') -->
($VALUE == 'abc')
<!-- ENDIF -->
+<!-- IF (($VALUE == 'abc')) -->
+(($VALUE == 'abc'))
+<!-- ENDIF -->
<!-- IF !$DOESNT_EXIST -->
!$DOESNT_EXIST
<!-- ENDIF -->