Skip to content

Commit

Permalink
Merge pull request #902 from CodingNagger/776-double-quote-invalid-email
Browse files Browse the repository at this point in the history
Add tests to validate fix is already in #776
  • Loading branch information
chriso authored Oct 3, 2018
2 parents 5d3fac0 + 2e8941e commit fba33e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ describe('Validators', () => {
'[email protected]',
'[email protected]',
'[email protected]',
'wrong()[]",:;<>@@gmail.com',
'"wrong()[]",:;<>@@gmail.com',
],
});
});
Expand Down

0 comments on commit fba33e6

Please sign in to comment.