--TEST-- "set" tag block capture --TEMPLATE-- {% set foo %}f
o
o{% endset %} {{ foo }} --DATA-- return [] --EXPECT-- f
o
o