PLT-198 Removes invalid emails from tests that require valid email addresses

Этот коммит содержится в:
hmhealey
2015-09-11 10:18:08 -04:00
родитель 27e8b28672
Коммит 9b22cf31f1

Просмотреть файл

@@ -141,17 +141,14 @@ var FUZZY_STRINGS_NAMES = []string{
// Strings that should pass as acceptable emails // Strings that should pass as acceptable emails
var FUZZY_STRINGS_EMAILS = []string{ var FUZZY_STRINGS_EMAILS = []string{
"sue@thatmightbe", "sue@thatmightbe",
"sue@thatmightbe.",
"sue@thatmightbe.c", "sue@thatmightbe.c",
"sue@thatmightbe.co", "sue@thatmightbe.co",
"su+san@thatmightbe.com", "su+san@thatmightbe.com",
"a@b.中国",
"1@2.am", "1@2.am",
"a@b.co.uk", "a@b.co.uk",
"a@b.cancerresearch", "a@b.cancerresearch",
"su+s+an@thatmightbe.com", "su+s+an@thatmightbe.com",
"per.iod@thatmightbe.com", "per.iod@thatmightbe.com",
"per..iods@thatmightbe.com",
} }
// Lovely giberish for all to use // Lovely giberish for all to use