Skip to content

Commit f0b6c37

Browse files
committed
Fix a unwanted inserted character
1 parent 201906c commit f0b6c37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commonregex_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ func TestCommonRegex_ISBN10s(t *testing.T) {
476476
parsed := ISBN10s(test)
477477
if reflect.DeepEqual(parsed, []string{test}) == false {
478478
t.Errorf("%s is not matched with %s", parsed, []string{test})
479-
w
480479
}
481480
}
482481
for _, test := range failingTests {

0 commit comments

Comments
 (0)