goldmark/testutil
Abhinav Gupta 86794e96ee DoTestCaseFile: Don't panic
Instead of panicking, report the error in the form,

    $file: $msg

So an error might look like,

    foo.txt: line 12: invalid case No: [..]

And then kill the test with FailNow.
This is the same as calling `t.Fatalf(...)`.
2022-11-11 08:24:20 -08:00
..
testutil.go DoTestCaseFile: Don't panic 2022-11-11 08:24:20 -08:00
testutil_test.go ParseTestCaseFile: Don't panic 2022-11-11 08:24:20 -08:00