Evade quad.Quad String method
This commit is contained in:
parent
79c1ba6c52
commit
7ce3a10d57
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ func TestParse(t *testing.T) {
|
||||||
t.Errorf("Unexpected error when %s: got:%v expect:%v", test.message, err, test.err)
|
t.Errorf("Unexpected error when %s: got:%v expect:%v", test.message, err, test.err)
|
||||||
}
|
}
|
||||||
if !reflect.DeepEqual(got, test.expect) {
|
if !reflect.DeepEqual(got, test.expect) {
|
||||||
t.Errorf("Failed to %s, %q, got:%q expect:%q", test.message, test.input, got, test.expect)
|
t.Errorf("Failed to %s, %q, got:%#v expect:%#v", test.message, test.input, got, test.expect)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue