Versions in this module Expand all Collapse all v1 v1.2.2 Mar 4, 2025 v1.2.1 Feb 25, 2025 Changes in this version + func AssertResultRowsEqualMarkdownTable(t *testing.T, actual []procedure.ResultRow, markdownTable string) + type Table struct + Headers []string + Rows [][]string + func TableFromMarkdown(table string) (*Table, error)