|
|
func verify(t *testing.T, testnum int, testcase, input, output, expected string) {
|
|
func verify(t *testing.T, testnum int, testcase, input, output, expected string) {
|
|
|
- t.Errorf(“%d. %s with input = %s: output %s != %s”, testnum, testcase, input, output, expected)
|
|
|
|
|
|
|
+ t.Errorf("%d. %s with input = %s: output %s != %s", testnum, testcase, input, output, expected)
|