mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11943] Add test for DEFINE $VAR = false
PHPBB3-11943
This commit is contained in:
@@ -29,3 +29,9 @@ $VALUE == 'abc'
|
||||
<!-- DEFINE $VALUE = '' -->
|
||||
[{$VALUE}]
|
||||
<!-- DEFINE $TEST -->foobar<!-- ENDDEFINE -->|{$TEST}|
|
||||
<!-- DEFINE $VAR = false -->
|
||||
<!-- IF $VAR -->
|
||||
true
|
||||
<!-- ELSE -->
|
||||
false
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user