mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
--TEST--
|
|
| will have a higher precedence over + and - in Twig 4.0
|
|
--TEMPLATE--
|
|
{{ -1|abs }}
|
|
--DATA--
|
|
return []
|
|
--EXPECT--
|
|
1
|