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:
18
tests/template/templates/basic.html
Normal file
18
tests/template/templates/basic.html
Normal 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 -->
|
Reference in New Issue
Block a user