aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/define.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-23 04:24:05 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-23 04:24:05 +0200
commit7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989 (patch)
treed80b5ec9b416c1f080273e59445a1f44e1634c6c /tests/template/templates/define.html
parent1004aaf7877f26685992c89532725296ce7f64d0 (diff)
parent1c59ad87b026794e44ce6c7561feabd3eb7bf165 (diff)
downloadforums-7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989.tar
forums-7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989.tar.gz
forums-7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989.tar.bz2
forums-7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989.tar.xz
forums-7d8e80241c43fa7d0ade4afa2f56d7eb1aa32989.zip
Merge remote-tracking branch 'EXreaction/ticket/11718' into develop
* EXreaction/ticket/11718: [ticket/11718] Quick test for fixes in ELSEIF [ticket/11718] Twig lexer only correcting statements in IF, not ELSEIF Conflicts: tests/template/template_test.php
Diffstat (limited to 'tests/template/templates/define.html')
-rw-r--r--tests/template/templates/define.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/template/templates/define.html b/tests/template/templates/define.html
index f0df16a8f8..66e874ca63 100644
--- a/tests/template/templates/define.html
+++ b/tests/template/templates/define.html
@@ -2,6 +2,11 @@
{$VALUE}
<!-- DEFINE $VALUE = 'abc' -->
{$VALUE}
+<!-- IF $VALUE != 'abc' -->
+$VALUE != 'abc'
+<!-- ELSEIF $VALUE == 'abc' -->
+$VALUE == 'abc'
+<!-- ENDIF -->
<!-- INCLUDE define_include.html -->
{$INCLUDED_VALUE}
{$VALUE}