all repos — grayfriday @ 76062d428d9a16e4080bbb68b809016bc10326f0

blackfriday fork with a few changes

Fixup broken test reporting

Dereference the pointer introduced in f35fae8.
Vytautas Ĺ altenis vytas@rtfb.lt
Tue, 05 Apr 2016 10:00:34 +0300
commit

76062d428d9a16e4080bbb68b809016bc10326f0

parent

6bd31203b1bf484712eb2b2d591555ec96252010

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M test_helpers.gotest_helpers.go

@@ -64,7 +64,7 @@ expected := tests[i+1]

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