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
"The part after the @-sign contains invalid characters (Codepoint U+2488 not allowed "
257
257
"at position 1 in '⒈wouldbeinvalid.com')."),
258
258
('@example.com', 'There must be something before the @-sign.'),
259
+
('white space@test', 'The email address contains invalid characters before the @-sign: SPACE.'),
260
+
('test@white space', 'The part after the @-sign contains invalid characters: SPACE.'),
259
261
('\nmy@example.com', 'The email address contains invalid characters before the @-sign: U+000A.'),
260
262
('m\ny@example.com', 'The email address contains invalid characters before the @-sign: U+000A.'),
261
263
('my\n@example.com', 'The email address contains invalid characters before the @-sign: U+000A.'),
264
+
<<<<<<<HEAD
265
+
=======
266
+
('test@\n', 'The part after the @-sign contains invalid characters: U+000A.'),
267
+
('bad"quotes"@example.com', 'The email address contains invalid characters before the @-sign: \'"\'.'),
268
+
>>>>>>>6146614 (fixup)
262
269
('11111111112222222222333333333344444444445555555555666666666677777@example.com', 'The email address is too long before the @-sign (1 character too many).'),
263
270
('111111111122222222223333333333444444444455555555556666666666777777@example.com', 'The email address is too long before the @-sign (2 characters too many).'),
264
271
('me@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.111111111122222222223333333333444444444455555555556.com', 'The email address is too long (4 characters too many).'),
0 commit comments