problem in ur test case 2 & 4
The test suite has problems according to RFC 3969 (https://www.rfc-editor.org/rfc/inline-errata/rfc3696.html): there should not be spaces in a domain address, nor can it be made with numbers only. When building a problem of such type, it is best to specify which RFC that you are using as a reference, or if its rules are made up (which should be described).
Case 2 is actually correct, because e-mails cannot be longer than 254 or 256 characters. But case 4 is not, and goes against case 16: both should be true or both should be false (to be consistent at the very least since there cannot be spaces at domains). And as I mentioned, case 14 also goes against the rules for valid e-mail addresses by having a real number as a domain.
Cases 4 and 14 now have a correct_answer of false, per the explanation by Rafael S.T. Vieira.
630 Solvers
Cell Counting: How Many Draws?
630 Solvers
Find the position of first minimum value in an integer array with numbers
122 Solvers
259 Solvers
243 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!