Versions in this module Expand all Collapse all v1 v1.3.2 Nov 21, 2020 v1.3.1 Nov 21, 2020 Changes in this version + func DoTestCase(m goldmark.Markdown, testCase MarkdownTestCase, t TestingT) + func DoTestCaseFile(m goldmark.Markdown, filename string, t TestingT, no ...int) + func DoTestCases(m goldmark.Markdown, cases []MarkdownTestCase, t TestingT) + func ParseCliCaseArg() []int + type MarkdownTestCase struct + Description string + Expected string + Markdown string + No int + type TestingT interface + Errorf func(string, ...interface{}) + FailNow func() + Logf func(string, ...interface{}) + Skipf func(string, ...interface{})