This commit is contained in:
Fabien Potencier
2024-09-09 11:10:45 +02:00
parent 064e079654
commit 795720230c
@@ -5,8 +5,8 @@
--TEMPLATE(foo.twig)--
{{ foo|e }}
{{ foo|e }}
{{ 'foo'|e }}
{{ 'foo'|e }}
--DATA--
return []
--EXCEPTION--