File tree Expand file tree Collapse file tree 7 files changed +70
-0
lines changed
draft-next/optional/format
draft2019-09/optional/format
draft2020-12/optional/format Expand file tree Collapse file tree 7 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 115115 "description" : " an invalid IPv4-address-literal" ,
116116 "data" : " joe.bloggs@[127.0.0.300]" ,
117117 "valid" : false
118+ },
119+ {
120+ "description" : " two email addresses is not valid" ,
121+ "data" : " user1@oceania.org, user2@oceania.org" ,
122+ "valid" : false
123+ },
124+ {
125+ "description" : " full \" From\" header is invalid" ,
126+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
127+ "valid" : false
118128 }
119129 ]
120130 }
Original file line number Diff line number Diff line change 8080 "description" : " two subsequent dots inside local part are not valid" ,
8181 "data" : " te..st@example.com" ,
8282 "valid" : false
83+ },
84+ {
85+ "description" : " two email addresses is not valid" ,
86+ "data" : " user1@oceania.org, user2@oceania.org" ,
87+ "valid" : false
88+ },
89+ {
90+ "description" : " full \" From\" header is invalid" ,
91+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
92+ "valid" : false
8393 }
8494 ]
8595 }
Original file line number Diff line number Diff line change 115115 "description" : " an invalid IPv4-address-literal" ,
116116 "data" : " joe.bloggs@[127.0.0.300]" ,
117117 "valid" : false
118+ },
119+ {
120+ "description" : " two email addresses is not valid" ,
121+ "data" : " user1@oceania.org, user2@oceania.org" ,
122+ "valid" : false
123+ },
124+ {
125+ "description" : " full \" From\" header is invalid" ,
126+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
127+ "valid" : false
118128 }
119129 ]
120130 }
Original file line number Diff line number Diff line change 4747 "description" : " two subsequent dots inside local part are not valid" ,
4848 "data" : " te..st@example.com" ,
4949 "valid" : false
50+ },
51+ {
52+ "description" : " two email addresses is not valid" ,
53+ "data" : " user1@oceania.org, user2@oceania.org" ,
54+ "valid" : false
55+ },
56+ {
57+ "description" : " full \" From\" header is invalid" ,
58+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
59+ "valid" : false
5060 }
5161 ]
5262 }
Original file line number Diff line number Diff line change 7777 "description" : " two subsequent dots inside local part are not valid" ,
7878 "data" : " te..st@example.com" ,
7979 "valid" : false
80+ },
81+ {
82+ "description" : " two email addresses is not valid" ,
83+ "data" : " user1@oceania.org, user2@oceania.org" ,
84+ "valid" : false
85+ },
86+ {
87+ "description" : " full \" From\" header is invalid" ,
88+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
89+ "valid" : false
8090 }
8191 ]
8292 }
Original file line number Diff line number Diff line change 7777 "description" : " two subsequent dots inside local part are not valid" ,
7878 "data" : " te..st@example.com" ,
7979 "valid" : false
80+ },
81+ {
82+ "description" : " two email addresses is not valid" ,
83+ "data" : " user1@oceania.org, user2@oceania.org" ,
84+ "valid" : false
85+ },
86+ {
87+ "description" : " full \" From\" header is invalid" ,
88+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
89+ "valid" : false
8090 }
8191 ]
8292 }
Original file line number Diff line number Diff line change 7777 "description" : " two subsequent dots inside local part are not valid" ,
7878 "data" : " te..st@example.com" ,
7979 "valid" : false
80+ },
81+ {
82+ "description" : " two email addresses is not valid" ,
83+ "data" : " user1@oceania.org, user2@oceania.org" ,
84+ "valid" : false
85+ },
86+ {
87+ "description" : " full \" From\" header is invalid" ,
88+ "data" : " \" Winston Smith\" <winston.smith@recdep.minitrue> (Records Department)" ,
89+ "valid" : false
8090 }
8191 ]
8292 }
You can’t perform that action at this time.
0 commit comments