--TEST-- Exception for multiline array with undefined variable --TEMPLATE-- {% set foo = { foo: 'foo', bar: 'bar', foobar: foobar, foo2: foo2, } %} --DATA-- return ['foobar' => 'foobar'] --EXCEPTION-- Twig\Error\RuntimeError: Variable "foo2" does not exist in "index.twig" at line 11.