1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Initial template tests, a bit hackish currently, excuse the rushed nature of this commit got to catch a train :)

git-svn-id: file:///svn/phpbb/trunk@9020 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-10-15 16:21:27 +00:00
parent baf8d571e3
commit 69cfb5b821
10 changed files with 330 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!-- IF S_FALSE -->
fail
<!-- ENDIF -->
<!-- IF S_TRUE -->
pass
<!-- ENDIF -->
<!-- IF S_FALSE -->
fail
<!-- ELSEIF S_FALSE and not S_TRUE -->
fail
<!-- ELSE -->
pass
<!-- ENDIF -->
<!-- BEGIN empty -->
fail
<!-- BEGINELSE -->
pass
<!-- END empty -->