File tree Expand file tree Collapse file tree
draft2019-09/optional/format
draft2020-12/optional/format Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 "description" : " a valid e-mail address" ,
5151 "data" : " joe.bloggs@example.com" ,
5252 "valid" : true
53+ },
54+ {
55+ "description" : " a domain label that is not in Unicode NFC is invalid" ,
56+ "data" : " user@cafe\u0301 .com" ,
57+ "valid" : false
58+ },
59+ {
60+ "description" : " a local part that is not in Unicode NFC is valid" ,
61+ "data" : " cafe\u0301 @example.com" ,
62+ "valid" : true
5363 }
5464 ]
5565 }
Original file line number Diff line number Diff line change 5050 "description" : " a valid e-mail address" ,
5151 "data" : " joe.bloggs@example.com" ,
5252 "valid" : true
53+ },
54+ {
55+ "description" : " a domain label that is not in Unicode NFC is invalid" ,
56+ "data" : " user@cafe\u0301 .com" ,
57+ "valid" : false
58+ },
59+ {
60+ "description" : " a local part that is not in Unicode NFC is valid" ,
61+ "data" : " cafe\u0301 @example.com" ,
62+ "valid" : true
5363 }
5464 ]
5565 }
Original file line number Diff line number Diff line change 4747 "description" : " a valid e-mail address" ,
4848 "data" : " joe.bloggs@example.com" ,
4949 "valid" : true
50+ },
51+ {
52+ "description" : " a domain label that is not in Unicode NFC is invalid" ,
53+ "data" : " user@cafe\u0301 .com" ,
54+ "valid" : false
55+ },
56+ {
57+ "description" : " a local part that is not in Unicode NFC is valid" ,
58+ "data" : " cafe\u0301 @example.com" ,
59+ "valid" : true
5060 }
5161 ]
5262 }
Original file line number Diff line number Diff line change 5555 "description" : " an invalid e-mail address" ,
5656 "data" : " 2962" ,
5757 "valid" : false
58+ },
59+ {
60+ "description" : " a domain label that is not in Unicode NFC is invalid" ,
61+ "data" : " user@cafe\u0301 .com" ,
62+ "valid" : false
63+ },
64+ {
65+ "description" : " a local part that is not in Unicode NFC is valid" ,
66+ "data" : " cafe\u0301 @example.com" ,
67+ "valid" : true
5868 }
5969 ]
6070 }
You can’t perform that action at this time.
0 commit comments