diff options
author | Joe Mooring <[email protected]> | 2021-04-15 13:08:17 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-04-16 09:12:28 +0200 |
commit | 3ddffd064dbacf62aa854b26ea8ddc5d15ba1ef8 (patch) | |
tree | 4dcde4f1fc0cae2dd255895f93b81206e3f6faf1 /hugolib | |
parent | 6fc52d185a98b86c70b6ba862549cc6aae782691 (diff) | |
download | hugo-3ddffd064dbacf62aa854b26ea8ddc5d15ba1ef8.tar.gz hugo-3ddffd064dbacf62aa854b26ea8ddc5d15ba1ef8.zip |
build(deps): bump github.com/yuin/goldmark from 1.3.2 to 1.3.5
Updated test per <https://github.com/yuin/goldmark/pull/205>.
Fixes #8377
Diffstat (limited to 'hugolib')
-rw-r--r-- | hugolib/page_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_test.go b/hugolib/page_test.go index be74605cb..9d23aaa5c 100644 --- a/hugolib/page_test.go +++ b/hugolib/page_test.go @@ -452,7 +452,7 @@ func TestPageWithDelimiterForMarkdownThatCrossesBorder(t *testing.T) { } cnt := content(p) - if cnt != "<p>The <a href=\"http://gohugo.io/\">best static site generator</a>.<sup id=\"fnref:1\"><a href=\"#fn:1\" class=\"footnote-ref\" role=\"doc-noteref\">1</a></sup></p>\n<section class=\"footnotes\" role=\"doc-endnotes\">\n<hr>\n<ol>\n<li id=\"fn:1\" role=\"doc-endnote\">\n<p>Many people say so. <a href=\"#fnref:1\" class=\"footnote-backref\" role=\"doc-backlink\">↩︎</a></p>\n</li>\n</ol>\n</section>" { + if cnt != "<p>The <a href=\"http://gohugo.io/\">best static site generator</a>.<sup id=\"fnref:1\"><a href=\"#fn:1\" class=\"footnote-ref\" role=\"doc-noteref\">1</a></sup></p>\n<section class=\"footnotes\" role=\"doc-endnotes\">\n<hr>\n<ol>\n<li id=\"fn:1\" role=\"doc-endnote\">\n<p>Many people say so. <a href=\"#fnref:1\" class=\"footnote-backref\" role=\"doc-backlink\">↩︎</a></p>\n</li>\n</ol>\n</section>" { t.Fatalf("Got content:\n%q", cnt) } } |