add more email addresses for testing in Form/Email.t
This commit is contained in:
parent
0bc02e173d
commit
89829bb4da
1 changed files with 12 additions and 0 deletions
|
|
@ -49,6 +49,18 @@ my $testBlock = [
|
|||
},
|
||||
{
|
||||
key => 'EMAIL4',
|
||||
testValue => 'web-gui@nowhere.org',
|
||||
expected => 'EQUAL',
|
||||
comment => 'dashed email address'
|
||||
},
|
||||
{
|
||||
key => 'EMAIL5',
|
||||
testValue => 'web_gui@nowhere.org',
|
||||
expected => 'EQUAL',
|
||||
comment => 'underscore email address'
|
||||
},
|
||||
{
|
||||
key => 'EMAIL6',
|
||||
testValue => 'what do you want?',
|
||||
expected => undef,
|
||||
comment => 'not an email address'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue