Skip to content

Commit

Permalink
tpl/strings: Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Dec 17, 2017
1 parent 22cd89a commit 02f2735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/strings/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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>`},
},
)

Expand Down

0 comments on commit 02f2735

Please sign in to comment.