mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
minor #4193 Remove escape (ruudk)
This PR was merged into the 3.x branch.
Discussion
----------
Remove escape
Interestingly this didn’t fail on the branch that introduced the change. Are we sure the integration tests work at all?
See [failing job](https://github.com/twigphp/Twig/actions/runs/10341129793) on merge to main.
Commits
-------
8ef12588 Remove escape
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
"data_uri" filter
|
||||
--TEMPLATE--
|
||||
{{ 'foobar#'|data_uri(parameters={charset: "utf-8", foo: "\$bar"}) }}
|
||||
{{ 'foobar#'|data_uri(parameters={charset: "utf-8", foo: "$bar"}) }}
|
||||
{{ '<b>foobar</b>'|data_uri(mime="text/html", parameters={charset: "ascii"}) }}
|
||||
<img src="{{ sf_logo|data_uri }}" />
|
||||
--DATA--
|
||||
|
||||
Reference in New Issue
Block a user