add another email address for validation check
This commit is contained in:
parent
11e4f6ea7e
commit
e656c6773a
1 changed files with 6 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue