add test for single character username at domain

This commit is contained in:
Colin Kuskie 2006-08-15 23:39:58 +00:00
parent 018ea2912c
commit 091ad048ea

View file

@ -37,6 +37,12 @@ my $testBlock = [
},
{
key => 'EMAIL2',
testValue => 'i@nowhere.com',
expected => undef,
comment => 'single character email fails'
},
{
key => 'EMAIL3',
testValue => 'what do you want?',
expected => undef,
comment => 'not an email address'