mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
deps: Update to Goldmark v1.2.1
This commit is contained in:
@@ -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 “slotted” 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")
|
||||
})
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user