1--TEST--
2"escape" filter does not escape with the html strategy when using the html_attr strategy
3--TEMPLATE--
4{{ '<br />'|escape('html_attr') }}
5--DATA--
6return []
7--EXPECT--
8&lt;br&#x20;&#x2F;&gt;
9