deps: Update to Goldmark v1.2.1

This commit is contained in:
Bjørn Erik Pedersen
2020-09-11 07:49:35 +02:00
parent 6a848cbc3a
commit b7fa3c4bba
3 changed files with 8 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ func TestConvertIssues(t *testing.T) {
b := convert(c, mconf, input)
got := string(b.Bytes())
c.Assert(got, qt.Contains, "<p><custom-element>\n<div>This will be &ldquo;slotted&rdquo; into the custom element.</div>\n</custom-element></p>\n")
c.Assert(got, qt.Contains, "<custom-element>\n <div>This will be \"slotted\" into the custom element.</div>\n</custom-element>\n")
})
}