Skip to content

Commit

Permalink
Remove escape
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk authored Aug 11, 2024
1 parent 110c1ab commit 8ef1258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/html-extra/Tests/Fixtures/data_uri.test
Original file line number Diff line number Diff line change
@@ -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--
Expand Down

0 comments on commit 8ef1258

Please sign in to comment.