DEBSOURCES
Skip Quicknav
sources / php-twig / 3.20.0-2 / tests / Fixtures / functions / trailing_commas.test
12345678
--TEST-- functions allow trailing commas in their argument list --TEMPLATE-- {{ max(1, 2, 3,) }} --DATA-- return [] --EXPECT-- 3