add more email addresses for testing in Form/Email.t

This commit is contained in:
Colin Kuskie 2008-04-24 23:23:13 +00:00
parent 0bc02e173d
commit 89829bb4da

View file

@ -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'