Files
Twig/tests/Fixtures/regression/combined_debug_info.test
2019-06-30 14:56:12 +02:00

16 lines
332 B
Plaintext

--TEST--
Exception with bad line number
--TEMPLATE--
{% block content %}
{{ foo }}
{{ include("foo") }}
{% endblock %}
index
--TEMPLATE(foo)--
foo
{{ foo.bar }}
--DATA--
return ['foo' => 'foo']
--EXCEPTION--
Twig\Error\RuntimeError: Impossible to access an attribute ("bar") on a string variable ("foo") in "foo" at line 3.