From 52c159c452ab7f48369b5cc9ecc57ecc8dc91654 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 18 Mar 2020 22:16:00 -0400 Subject: Update to goldmark 1.1.25. This fixes a bug, so there's a small change to tests. --- markup/goldmark/convert_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markup') 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: https://gohugo.io/`) c.Assert(got, qt.Contains, `Strikethrough:Hi Hello, world`) c.Assert(got, qt.Contains, `foo`) - c.Assert(got, qt.Contains, `
  • Push my commits to GitHub
  • `) + c.Assert(got, qt.Contains, `
  • Push my commits to GitHub
  • `) c.Assert(got, qt.Contains, `Straight double “quotes” and single ‘quotes’`) c.Assert(got, qt.Contains, `Dashes (“–” and “—”) `) -- cgit v1.2.3