File tree Expand file tree Collapse file tree 5 files changed +175
-0
lines changed
draft2019-09/optional/format Expand file tree Collapse file tree 5 files changed +175
-0
lines changed Original file line number Diff line number Diff line change 1212 "description" : " an invalid e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " tilde in local part is valid" ,
18+ "data" : " te~st@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " tilde before local part is valid" ,
23+ "data" : " ~test@example.com" ,
24+ "valid" : true
25+ },
26+ {
27+ "description" : " tilde after local part is valid" ,
28+ "data" : " test~@example.com" ,
29+ "valid" : true
30+ },
31+ {
32+ "description" : " dot before local part is not valid" ,
33+ "data" : " .test@example.com" ,
34+ "valid" : false
35+ },
36+ {
37+ "description" : " dot after local part is not valid" ,
38+ "data" : " test.@example.com" ,
39+ "valid" : false
40+ },
41+ {
42+ "description" : " two separated dots inside local part are valid" ,
43+ "data" : " te.s.t@example.com" ,
44+ "valid" : true
45+ },
46+ {
47+ "description" : " two subsequent dots inside local part are not valid" ,
48+ "data" : " te..st@example.com" ,
49+ "valid" : false
1550 }
1651 ]
1752 }
Original file line number Diff line number Diff line change 1212 "description" : " an invalid e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " tilde in local part is valid" ,
18+ "data" : " te~st@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " tilde before local part is valid" ,
23+ "data" : " ~test@example.com" ,
24+ "valid" : true
25+ },
26+ {
27+ "description" : " tilde after local part is valid" ,
28+ "data" : " test~@example.com" ,
29+ "valid" : true
30+ },
31+ {
32+ "description" : " dot before local part is not valid" ,
33+ "data" : " .test@example.com" ,
34+ "valid" : false
35+ },
36+ {
37+ "description" : " dot after local part is not valid" ,
38+ "data" : " test.@example.com" ,
39+ "valid" : false
40+ },
41+ {
42+ "description" : " two separated dots inside local part are valid" ,
43+ "data" : " te.s.t@example.com" ,
44+ "valid" : true
45+ },
46+ {
47+ "description" : " two subsequent dots inside local part are not valid" ,
48+ "data" : " te..st@example.com" ,
49+ "valid" : false
1550 }
1651 ]
1752 }
Original file line number Diff line number Diff line change 1212 "description" : " an invalid e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " tilde in local part is valid" ,
18+ "data" : " te~st@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " tilde before local part is valid" ,
23+ "data" : " ~test@example.com" ,
24+ "valid" : true
25+ },
26+ {
27+ "description" : " tilde after local part is valid" ,
28+ "data" : " test~@example.com" ,
29+ "valid" : true
30+ },
31+ {
32+ "description" : " dot before local part is not valid" ,
33+ "data" : " .test@example.com" ,
34+ "valid" : false
35+ },
36+ {
37+ "description" : " dot after local part is not valid" ,
38+ "data" : " test.@example.com" ,
39+ "valid" : false
40+ },
41+ {
42+ "description" : " two separated dots inside local part are valid" ,
43+ "data" : " te.s.t@example.com" ,
44+ "valid" : true
45+ },
46+ {
47+ "description" : " two subsequent dots inside local part are not valid" ,
48+ "data" : " te..st@example.com" ,
49+ "valid" : false
1550 }
1651 ]
1752 }
Original file line number Diff line number Diff line change 1212 "description" : " an invalid e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " tilde in local part is valid" ,
18+ "data" : " te~st@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " tilde before local part is valid" ,
23+ "data" : " ~test@example.com" ,
24+ "valid" : true
25+ },
26+ {
27+ "description" : " tilde after local part is valid" ,
28+ "data" : " test~@example.com" ,
29+ "valid" : true
30+ },
31+ {
32+ "description" : " dot before local part is not valid" ,
33+ "data" : " .test@example.com" ,
34+ "valid" : false
35+ },
36+ {
37+ "description" : " dot after local part is not valid" ,
38+ "data" : " test.@example.com" ,
39+ "valid" : false
40+ },
41+ {
42+ "description" : " two separated dots inside local part are valid" ,
43+ "data" : " te.s.t@example.com" ,
44+ "valid" : true
45+ },
46+ {
47+ "description" : " two subsequent dots inside local part are not valid" ,
48+ "data" : " te..st@example.com" ,
49+ "valid" : false
1550 }
1651 ]
1752 }
Original file line number Diff line number Diff line change 1212 "description" : " an invalid e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " tilde in local part is valid" ,
18+ "data" : " te~st@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " tilde before local part is valid" ,
23+ "data" : " ~test@example.com" ,
24+ "valid" : true
25+ },
26+ {
27+ "description" : " tilde after local part is valid" ,
28+ "data" : " test~@example.com" ,
29+ "valid" : true
30+ },
31+ {
32+ "description" : " dot before local part is not valid" ,
33+ "data" : " .test@example.com" ,
34+ "valid" : false
35+ },
36+ {
37+ "description" : " dot after local part is not valid" ,
38+ "data" : " test.@example.com" ,
39+ "valid" : false
40+ },
41+ {
42+ "description" : " two separated dots inside local part are valid" ,
43+ "data" : " te.s.t@example.com" ,
44+ "valid" : true
45+ },
46+ {
47+ "description" : " two subsequent dots inside local part are not valid" ,
48+ "data" : " te..st@example.com" ,
49+ "valid" : false
1550 }
1651 ]
1752 }
You can’t perform that action at this time.
0 commit comments