File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
draft2019-09/optional/format Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1212 "description" : " an invalid idn e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " a valid e-mail address" ,
18+ "data" : " joe.bloggs@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " an invalid e-mail address" ,
23+ "data" : " 2962" ,
24+ "valid" : false
1525 }
1626 ]
1727 }
Original file line number Diff line number Diff line change 1212 "description" : " an invalid idn e-mail address" ,
1313 "data" : " 2962" ,
1414 "valid" : false
15+ },
16+ {
17+ "description" : " a valid e-mail address" ,
18+ "data" : " joe.bloggs@example.com" ,
19+ "valid" : true
20+ },
21+ {
22+ "description" : " an invalid e-mail address" ,
23+ "data" : " 2962" ,
24+ "valid" : false
1525 }
1626 ]
1727 }
You can’t perform that action at this time.
0 commit comments