side port new email address test

This commit is contained in:
Colin Kuskie 2008-04-17 21:43:45 +00:00
parent 02535bf196
commit 5b16fcca51

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'