校对 13章

This commit is contained in:
dake
2015-11-09 00:01:30 +08:00
parent 687d52acca
commit d6a44d2e7f
3 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ func TestFunction(t *testing.T) {
```
如果大部分函数都可以写成这种形式,那么写一个帮助函数 verify 对实际测试会很有
如果大部分函数都可以写成这种形式,那么写一个帮助函数 verify 对实际测试会很有帮助
```go
func verify(t *testing.T, testnum int, testcase, input, output, expected string) {