mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
修改部分描述,添加必要的标点符号,补充代码超链接 (#804)
This commit is contained in:
@@ -44,7 +44,7 @@ TestFunction 则变为:
|
||||
func TestFunction(t *testing.T) {
|
||||
for i, tt := range tests {
|
||||
s := FuncToBeTested(tt.in)
|
||||
verify(t, i, “FuncToBeTested: “, tt.in, s, tt.out)
|
||||
verify(t, i, "FuncToBeTested: ", tt.in, s, tt.out)
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user