aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-06 09:04:40 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-06 09:04:40 -0500
commit11317ef261c7811ea137d19ee38593d289ea6150 (patch)
treedc2d164444d777a0263b9eacfebc398d6899c9a8 /tests/template/templates
parent0c5a39a3ed382bef37005e59de66120e3cf205fa (diff)
downloadforums-11317ef261c7811ea137d19ee38593d289ea6150.tar
forums-11317ef261c7811ea137d19ee38593d289ea6150.tar.gz
forums-11317ef261c7811ea137d19ee38593d289ea6150.tar.bz2
forums-11317ef261c7811ea137d19ee38593d289ea6150.tar.xz
forums-11317ef261c7811ea137d19ee38593d289ea6150.zip
[ticket/11816] !$DOESNT_EXIST test
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 e96d14e813..a56fece912 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 !$DOESNT_EXIST -->
+!$DOESNT_EXIST
+<!-- ENDIF -->
<!-- IF (!$DOESNT_EXIST) -->
(!$DOESNT_EXIST)
<!-- ENDIF -->