mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[feature/twig] Add template test for ===, !==
PHPBB3-11598
This commit is contained in:
@@ -9,3 +9,11 @@
|
||||
<!-- IF S_VALUE and S_OTHER_VALUE and (S_VALUE > S_OTHER_VALUE) -->
|
||||
04
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_TEST === false -->
|
||||
false
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_TEST !== false -->
|
||||
!false
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user