--TEST-- "include" tag sandboxed --TEMPLATE-- {{ include("foo.twig", sandboxed = true) }} {{ include("bar.twig") }} --TEMPLATE(foo.twig)-- foo --TEMPLATE(bar.twig)-- {{ foo|e }} --DATA-- return ['foo' => 'bar
'] --EXPECT-- foo bar<br />