diff --git a/test_helpers.go b/test_helpers.go index 0c6648d..b5187b4 100644 --- a/test_helpers.go +++ b/test_helpers.go @@ -64,7 +64,7 @@ func doTestsParam(t *testing.T, tests []string, params TestParams) { actual := runMarkdown(*candidate, params) if actual != expected { t.Errorf("\nInput [%#v]\nExpected[%#v]\nActual [%#v]", - candidate, expected, actual) + *candidate, expected, actual) } // now test every substring to stress test bounds checking