codemonkey85 / isemail

Automatically exported from code.google.com/p/isemail
0 stars 0 forks source link

Folding White Space before and after the @ sign #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1) foo @email.com
2) foo@ email.com

What is the expected output? What do you see instead?
Invalid email address.

What version of the product are you using? On what operating system?
csharp @version 2010-10-18. Java-Translation of isemail.php:r68.

Please provide any additional information below.
1) Inside the if statement "if (!working_element.Equals(new_element))" on line 
253 should return false but it doesn't.
2) Inside the if statement "if (!element.Equals(new_element))" on line 678 
should return false but it doesn't.

Original issue reported on code.google.com by wduv...@gmail.com on 31 May 2011 at 10:56