tpl/strings: Fix broken test

This commit is contained in:
Bjørn Erik Pedersen 2017-12-17 18:06:55 +01:00
parent 22cd89adc4
commit 02f2735f68
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -32,7 +32,7 @@ func init() {
ns.AddMethodMapping(ctx.Chomp,
[]string{"chomp"},
[][2]string{
{`{{chomp "<p>Blockhead</p>\n" }}`, `<p>Blockhead</p>`},
{`{{chomp "<p>Blockhead</p>\n" | safeHTML }}`, `<p>Blockhead</p>`},
},
)