mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 14:08:23 +01:00
- Tidy template engine code, mainly PHP5 stuff, made some methods void instead of just returning true - Add tests for the remaining untested compilation code git-svn-id: file:///svn/phpbb/trunk@9115 89ea8834-ac86-4346-8a33-228a782c2dd0
21 lines
271 B
HTML
21 lines
271 B
HTML
<!-- 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 -->
|
|
|
|
<!-- DUMMY var -->
|