Skip to content

Commit 2c4e926

Browse files
committed
test(difflib): linter offenses
1 parent 5fa6663 commit 2c4e926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

difflib/difflib_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ group
102102
}
103103
}
104104

105-
func ExampleGetUnifiedDiffCode() {
105+
func ExampleGetUnifiedDiffString() {
106106
a := `one
107107
two
108108
three
@@ -135,7 +135,7 @@ four`
135135
// -fmt.Printf("%s,%T",a,b)
136136
}
137137

138-
func ExampleGetContextDiffCode() {
138+
func ExampleGetContextDiffString() {
139139
a := `one
140140
two
141141
three
@@ -172,7 +172,7 @@ four`
172172
// four
173173
}
174174

175-
func ExampleGetContextDiffString() {
175+
func ExampleGetContextDiffString_second() {
176176
a := `one
177177
two
178178
three

0 commit comments

Comments
 (0)