diff options
author | 2013-08-30 19:53:54 +0200 | |
---|---|---|
committer | 2013-08-30 19:53:54 +0200 | |
commit | 9d6370751f1b998e3da448e16c1446b33ddd17d0 (patch) | |
tree | 42cd824be2e41034a05542bbe66a4ba3f721d9bb /tests/template/template_test.php | |
parent | Merge remote-tracking branch 'EXreaction/ticket/11628' into develop (diff) | |
parent | [ticket/11724] Handle ELSE IF separately (diff) | |
download | phpbb-9d6370751f1b998e3da448e16c1446b33ddd17d0.tar.gz phpbb-9d6370751f1b998e3da448e16c1446b33ddd17d0.tar.bz2 phpbb-9d6370751f1b998e3da448e16c1446b33ddd17d0.zip |
Merge remote-tracking branch 'EXreaction/ticket/11724' into develop
* EXreaction/ticket/11724:
[ticket/11724] Handle ELSE IF separately
[ticket/11724] Replace spaces with tabs
[ticket/11724] Support "ELSE IF" and "ELSEIF" in the same way
Diffstat (limited to 'tests/template/template_test.php')
-rw-r--r-- | tests/template/template_test.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php index 15d75f09af..38eb072df8 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -64,6 +64,13 @@ class phpbb_template_template_test extends phpbb_template_template_test_case ), array( 'if.html', + array('S_OTHER_OTHER_VALUE' => true), + array(), + array(), + '|S_OTHER_OTHER_VALUE|!false', + ), + array( + 'if.html', array('S_VALUE' => false, 'S_OTHER_VALUE' => true), array(), array(), |