add another email address for validation check

This commit is contained in:
Colin Kuskie 2008-04-17 21:03:01 +00:00
parent 11e4f6ea7e
commit e656c6773a

View file

@ -43,6 +43,12 @@ my $testBlock = [
},
{
key => 'EMAIL3',
testValue => 'web.gui@nowhere.org',
expected => 'EQUAL',
comment => 'dotted email address'
},
{
key => 'EMAIL4',
testValue => 'what do you want?',
expected => undef,
comment => 'not an email address'