Files
Twig/tests/Fixtures/functions/trailing_commas.test
2020-07-06 13:58:05 +02:00

9 lines
129 B
Plaintext

--TEST--
functions allow trailing commas in their argument list
--TEMPLATE--
{{ max(1, 2, 3,) }}
--DATA--
return []
--EXPECT--
3