mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
modify double quotes (#448)
This commit is contained in:
@@ -33,7 +33,7 @@ func TestFunction(t *testing.T) {
|
|||||||
```go
|
```go
|
||||||
func verify(t *testing.T, testnum int, testcase, input, output, expected string) {
|
func verify(t *testing.T, testnum int, testcase, input, output, expected string) {
|
||||||
if expected != output {
|
if expected != output {
|
||||||
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user