summaryrefslogtreecommitdiffstats
path: root/markup/goldmark/toc_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/goldmark/toc_integration_test.go')
-rw-r--r--markup/goldmark/toc_integration_test.go14
1 files changed, 6 insertions, 8 deletions
diff --git a/markup/goldmark/toc_integration_test.go b/markup/goldmark/toc_integration_test.go
index f58f91f1c..3b48dac6c 100644
--- a/markup/goldmark/toc_integration_test.go
+++ b/markup/goldmark/toc_integration_test.go
@@ -253,14 +253,12 @@ title: p7 (emoji)
`)
// strikethrough
- // TODO failing test: Issue #8087
- // b.AssertFileContent("public/p6/index.html", `
- // <li><a href="#ome-deleted-text">Some <del>deleted</del> text</a></li>
- // `)
+ b.AssertFileContent("public/p6/index.html", `
+<li><a href="#some-deleted-text">Some <del>deleted</del> text</a></li>
+`)
// emoji
- // TODO failing test: Issue #12022
- // b.AssertFileContent("public/p7/index.html", `
- // <li><a href="#a-snake-emoji">A &#x1f40d; emoji</a></li>
- // `)
+ b.AssertFileContent("public/p7/index.html", `
+<li><a href="#a-snake-emoji">A &#x1f40d; emoji</a></li>
+`)
}