1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

[ticket/13132] Enable twig expressions tests

PHPBB3-13132
This commit is contained in:
Nicofuma
2015-03-05 21:53:48 +01:00
parent cf39cfc593
commit 54753e926d
4 changed files with 27 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
{% for loop_inner in loop %}
{% if loop.index0 is divisible by(4) %}yes{% else %}no{% endif %}
{% endfor %}
{% for loop_inner in loop %}
{% if loop.index0 is divisible by(3) %}yes{% else %}no{% endif %}
{% endfor %}