--TEST-- "escape" filter does not escape with the html strategy when using the html_attr strategy --TEMPLATE-- {{ '<br />'|escape('html_attr') }} --DATA-- return array() --EXPECT-- <br />
info at phpclasses dot org