craft-twig_perversion
craft-twig_perversion copied to clipboard
`{% return %}` tag broken on Craft 5.4 / Twig 3.12?
The following seems to be failing in Craft 5.4.1:
{% macro returnTest() %}
Hello
{% return [1, 2, 3] %}
{% endmacro %}
{% dd returnTest() %}
Produces Hello instead of an array.