# Functions
DiffPretty returns pretty formatted diff between given bytes.
DoTestCase runs a test case.
DoTestCaseFile runs test cases in a given file.
DoTestCases runs a set of test cases.
ParseCliCaseArg parses -case command line args.
# Structs
MarkdownTestCase represents a test case.
MarkdownTestCaseOptions represents options for each test case.
# Interfaces
TestingT is a subset of the functionality provided by testing.T.