mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
tpl/strings: Fix broken test
This commit is contained in:
parent
22cd89adc4
commit
02f2735f68
1 changed files with 1 additions and 1 deletions
|
@ -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>`},
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue