mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fixup broken test reporting
Dereference the pointer introduced in f35fae8
.
This commit is contained in:
parent
6bd31203b1
commit
76062d428d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user