Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/markup
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2020-03-19 05:16:00 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-19 14:26:19 +0300
commit52c159c452ab7f48369b5cc9ecc57ecc8dc91654 (patch)
treedd04d374a15e30a214d9e4550e22486adf529166 /markup
parentc7b6d74e898c78da9f5e272e528ff9654206576e (diff)
Update to goldmark 1.1.25.
This fixes a bug, so there's a small change to tests.
Diffstat (limited to 'markup')
-rw-r--r--markup/goldmark/convert_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/convert_test.go b/markup/goldmark/convert_test.go
index 7714933fd..4264f2268 100644
--- a/markup/goldmark/convert_test.go
+++ b/markup/goldmark/convert_test.go
@@ -149,7 +149,7 @@ description
c.Assert(got, qt.Contains, `Autolink: <a href="https://gohugo.io/">https://gohugo.io/</a>`)
c.Assert(got, qt.Contains, `Strikethrough:<del>Hi</del> Hello, world`)
c.Assert(got, qt.Contains, `<th>foo</th>`)
- c.Assert(got, qt.Contains, `<li><input disabled="" type="checkbox">Push my commits to GitHub</li>`)
+ c.Assert(got, qt.Contains, `<li><input disabled="" type="checkbox"> Push my commits to GitHub</li>`)
c.Assert(got, qt.Contains, `Straight double &ldquo;quotes&rdquo; and single &lsquo;quotes&rsquo;`)
c.Assert(got, qt.Contains, `Dashes (“&ndash;” and “&mdash;”) `)