add test for single character username at domain
This commit is contained in:
parent
018ea2912c
commit
091ad048ea
1 changed files with 6 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue