1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Fix most of the template test suite :)

git-svn-id: file:///svn/phpbb/trunk@9588 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2009-06-13 20:23:07 +00:00
parent fd1608ab82
commit 2839f3a964
3 changed files with 87 additions and 27 deletions

View File

@@ -22,6 +22,9 @@
<!-- END loop -->
<!-- BEGIN test -->
<!-- BEGIN deep -->
<!-- BEGIN defines -->
<!-- DEFINE test.deep.defines.$VALUE = 12 * 12 -->
{test.deep.defines.$VALUE}
@@ -33,3 +36,6 @@
<!-- UNDEFINE test.deep.defines.$VALUE -->
{test.deep.defines.$VALUE}
<!-- END defines -->
<!-- END deep -->
<!-- END test -->

View File

@@ -5,3 +5,7 @@
<!-- ELSE -->
0
<!-- ENDIF -->
<!-- IF !!(S_VALUE > S_OTHER_VALUE) -->
0
<!-- ENDIF -->