decoder: tests: When decode result is unexpected - report it with full details
that is with %#v instead of %q. Because e.g. %q for nil []byte will be printing still as "", not nil etc. When some decode test fails here we want to get full information, not some pretty one.
Showing
Please register or sign in to comment