aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/basic.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-10-15 16:21:27 +0000
committerChris Smith <toonarmy@phpbb.com>2008-10-15 16:21:27 +0000
commit69cfb5b821cdb2676d4d5a10943dc1550d1ad168 (patch)
tree4e06795f5600727e1426eaf1f02ac0f8d32e84ae /tests/template/templates/basic.html
parentbaf8d571e3fe64a4dc39717f187abfc2bd0fb637 (diff)
downloadforums-69cfb5b821cdb2676d4d5a10943dc1550d1ad168.tar
forums-69cfb5b821cdb2676d4d5a10943dc1550d1ad168.tar.gz
forums-69cfb5b821cdb2676d4d5a10943dc1550d1ad168.tar.bz2
forums-69cfb5b821cdb2676d4d5a10943dc1550d1ad168.tar.xz
forums-69cfb5b821cdb2676d4d5a10943dc1550d1ad168.zip
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
Diffstat (limited to 'tests/template/templates/basic.html')
-rw-r--r--tests/template/templates/basic.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/template/templates/basic.html b/tests/template/templates/basic.html
new file mode 100644
index 0000000000..1a3fd5a96a
--- /dev/null
+++ b/tests/template/templates/basic.html
@@ -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 -->