You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('\nmy@example.com', 'The email address contains invalid characters before the @-sign: U+000A.'),
262
280
('m\ny@example.com', 'The email address contains invalid characters before the @-sign: U+000A.'),
263
281
('my\n@example.com', 'The email address contains invalid characters before the @-sign: U+000A.'),
264
-
<<<<<<<HEAD
265
-
=======
266
282
('test@\n', 'The part after the @-sign contains invalid characters: U+000A.'),
267
283
('bad"quotes"@example.com', 'The email address contains invalid characters before the @-sign: \'"\'.'),
268
-
>>>>>>>6146614 (fixup)
269
284
('11111111112222222222333333333344444444445555555555666666666677777@example.com', 'The email address is too long before the @-sign (1 character too many).'),
270
285
('111111111122222222223333333333444444444455555555556666666666777777@example.com', 'The email address is too long before the @-sign (2 characters too many).'),
271
286
('me@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.111111111122222222223333333333444444444455555555556.com', 'The email address is too long (4 characters too many).'),
0 commit comments