Skip to content

Commit 7957202

Browse files
committed
Fix test
1 parent 064e079 commit 7957202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Fixtures/functions/include/sandbox.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
--TEMPLATE(foo.twig)--
66

77

8-
{{ foo|e }}
9-
{{ foo|e }}
8+
{{ 'foo'|e }}
9+
{{ 'foo'|e }}
1010
--DATA--
1111
return []
1212
--EXCEPTION--

0 commit comments

Comments
 (0)