summaryrefslogtreecommitdiffstats
path: root/utils/textgeneration.go
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-09-11 10:18:08 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-09-11 10:44:12 -0400
commit9b22cf31f1de925ff7905bba5b302c4f5bc08000 (patch)
treeecfe6e4cffc88648790d71b82a04c5def65a81f4 /utils/textgeneration.go
parent27e8b28672ede105044b19e2aebcf2f2ff51de28 (diff)
downloadchat-9b22cf31f1de925ff7905bba5b302c4f5bc08000.tar.gz
chat-9b22cf31f1de925ff7905bba5b302c4f5bc08000.tar.bz2
chat-9b22cf31f1de925ff7905bba5b302c4f5bc08000.zip
PLT-198 Removes invalid emails from tests that require valid email addresses
Diffstat (limited to 'utils/textgeneration.go')
-rw-r--r--utils/textgeneration.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/textgeneration.go b/utils/textgeneration.go
index 043d7bb8a..6d353cc24 100644
--- a/utils/textgeneration.go
+++ b/utils/textgeneration.go
@@ -141,17 +141,14 @@ var FUZZY_STRINGS_NAMES = []string{
// Strings that should pass as acceptable emails
var FUZZY_STRINGS_EMAILS = []string{
"sue@thatmightbe",
- "sue@thatmightbe.",
"sue@thatmightbe.c",
"sue@thatmightbe.co",
"su+san@thatmightbe.com",
- "a@b.中国",
"1@2.am",
"a@b.co.uk",
"a@b.cancerresearch",
"su+s+an@thatmightbe.com",
"per.iod@thatmightbe.com",
- "per..iods@thatmightbe.com",
}
// Lovely giberish for all to use