Fix transposed test number: +61 423 274 487 (61423274487) everywhere
This commit is contained in:
@@ -37,11 +37,11 @@ func TestHaversineMeters(t *testing.T) {
|
||||
|
||||
func TestNormalizeAU(t *testing.T) {
|
||||
cases := []struct{ in, want string }{
|
||||
{"+61432374487", "61432374487"},
|
||||
{"0432374487", "61432374487"},
|
||||
{"61432374487", "61432374487"},
|
||||
{"+61 432 374 487", "61432374487"},
|
||||
{"(04) 3237 4487", "61432374487"},
|
||||
{"+61423274487", "61423274487"},
|
||||
{"0423274487", "61423274487"},
|
||||
{"61423274487", "61423274487"},
|
||||
{"+61 423 274 487", "61423274487"},
|
||||
{"0423 274 487", "61423274487"},
|
||||
{"", ""},
|
||||
}
|
||||
for _, tc := range cases {
|
||||
|
||||
Reference in New Issue
Block a user