mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 14:15:03 -04:00
tpl/strings: Fix broken test
This commit is contained in:
parent
22cd89adc4
commit
02f2735f68
@ -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…
x
Reference in New Issue
Block a user