aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-19 13:34:08 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-19 13:34:08 -0500
commit1c59ad87b026794e44ce6c7561feabd3eb7bf165 (patch)
tree2b5bd0aa03c3bf73b30b13c3a28f95ab039717ce /tests/template/template_test.php
parentb92f660ed389414a1d8550a5ba92804f7151eb79 (diff)
downloadforums-1c59ad87b026794e44ce6c7561feabd3eb7bf165.tar
forums-1c59ad87b026794e44ce6c7561feabd3eb7bf165.tar.gz
forums-1c59ad87b026794e44ce6c7561feabd3eb7bf165.tar.bz2
forums-1c59ad87b026794e44ce6c7561feabd3eb7bf165.tar.xz
forums-1c59ad87b026794e44ce6c7561feabd3eb7bf165.zip
[ticket/11718] Quick test for fixes in ELSEIF
PHPBB3-11718
Diffstat (limited to 'tests/template/template_test.php')
-rw-r--r--tests/template/template_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php
index 802f0c19ba..86af97cc84 100644
--- a/tests/template/template_test.php
+++ b/tests/template/template_test.php
@@ -151,7 +151,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
array(),
array('loop' => array(array(), array(), array(), array(), array(), array(), array()), 'test' => array(array()), 'test.deep' => array(array()), 'test.deep.defines' => array(array())),
array(),
- "xyz\nabc\nabc\nbar\nbar\nabc",
+ "xyz\nabc\n\$VALUE == 'abc'\nabc\nbar\nbar\nabc",
),
array(
'define_advanced.html',