Update valid2.jsonl
Browse files- valid2.jsonl +5 -2
valid2.jsonl
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{"info_valid": "plainaddress", "result_valid": "invalid_format"}
|
| 2 |
{"info_valid": "@missinguser.com", "result_valid": "invalid_format"}
|
|
|
|
| 3 |
{"info_valid": "user@.com", "result_valid": "invalid_format"}
|
| 4 |
{"info_valid": "contact@business.info", "result_valid": "valid"}
|
| 5 |
{"info_valid": "support@tech-support.org", "result_valid": "valid"}
|
|
@@ -24,6 +25,7 @@
|
|
| 24 |
{"info_valid": "user..email@domain.com", "result_valid": "invalid_format"}
|
| 25 |
{"info_valid": "user@domain..com", "result_valid": "invalid_format"}
|
| 26 |
{"info_valid": "user@domain..co.uk", "result_valid": "invalid_format"}
|
|
|
|
| 27 |
{"info_valid": "user@.com.my", "result_valid": "invalid_format"}
|
| 28 |
{"info_valid": "user@domain@domain.com", "result_valid": "invalid_format"}
|
| 29 |
{"info_valid": "user@domain,co.in", "result_valid": "invalid_format"}
|
|
@@ -46,7 +48,8 @@
|
|
| 46 |
{"info_valid": "user@domain...com", "result_valid": "invalid_format"}
|
| 47 |
{"info_valid": "john.doe@gmail.com", "result_valid": "valid"}
|
| 48 |
{"info_valid": "alice_smith@yahoo.com", "result_valid": "valid"}
|
| 49 |
-
{"info_valid": "
|
|
|
|
| 50 |
{"info_valid": "developer@company.co", "result_valid": "valid"}
|
| 51 |
{"info_valid": "admin@secure-site.net", "result_valid": "valid"}
|
| 52 |
-
{"info_valid": "customer.service@shopping.com", "result_valid": "valid"}
|
|
|
|
| 1 |
{"info_valid": "plainaddress", "result_valid": "invalid_format"}
|
| 2 |
{"info_valid": "@missinguser.com", "result_valid": "invalid_format"}
|
| 3 |
+
{"info_valid": "1488428@edu,vn", "result_valid": "invalid_format"}
|
| 4 |
{"info_valid": "user@.com", "result_valid": "invalid_format"}
|
| 5 |
{"info_valid": "contact@business.info", "result_valid": "valid"}
|
| 6 |
{"info_valid": "support@tech-support.org", "result_valid": "valid"}
|
|
|
|
| 25 |
{"info_valid": "user..email@domain.com", "result_valid": "invalid_format"}
|
| 26 |
{"info_valid": "user@domain..com", "result_valid": "invalid_format"}
|
| 27 |
{"info_valid": "user@domain..co.uk", "result_valid": "invalid_format"}
|
| 28 |
+
{"info_valid": "user@uni.edu,vn", "result_valid": "invalid_format"}
|
| 29 |
{"info_valid": "user@.com.my", "result_valid": "invalid_format"}
|
| 30 |
{"info_valid": "user@domain@domain.com", "result_valid": "invalid_format"}
|
| 31 |
{"info_valid": "user@domain,co.in", "result_valid": "invalid_format"}
|
|
|
|
| 48 |
{"info_valid": "user@domain...com", "result_valid": "invalid_format"}
|
| 49 |
{"info_valid": "john.doe@gmail.com", "result_valid": "valid"}
|
| 50 |
{"info_valid": "alice_smith@yahoo.com", "result_valid": "valid"}
|
| 51 |
+
{"info_valid": "user@icloud.com", "result_valid": "valid"}
|
| 52 |
+
{"info_valid": "user.1@outlook.com", "result_valid": "valid"}
|
| 53 |
{"info_valid": "developer@company.co", "result_valid": "valid"}
|
| 54 |
{"info_valid": "admin@secure-site.net", "result_valid": "valid"}
|
| 55 |
+
{"info_valid": "customer.service@shopping.com", "result_valid": "valid"}
|