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 domain name example\n.com contains invalid characters (Codepoint U+000A at position 8 of '
229
229
'\'example\\n\' not allowed).'),
230
-
('[email protected]', 'The email address contains invalid characters before the @-sign: ..'),
231
-
('[email protected]', 'The email address contains invalid characters before the @-sign: ..'),
232
-
('[email protected]', 'The email address contains invalid characters before the @-sign: ..'),
230
+
('[email protected]', 'The email address contains invalid characters before the @-sign: FULL STOP.'),
231
+
('[email protected]', 'The email address contains invalid characters before the @-sign: FULL STOP.'),
232
+
('[email protected]', 'The email address contains invalid characters before the @-sign: FULL STOP.'),
233
233
('me@⒈wouldbeinvalid.com',
234
234
"The domain name ⒈wouldbeinvalid.com contains invalid characters (Codepoint U+2488 not allowed "
235
235
"at position 1 in '⒈wouldbeinvalid.com')."),
236
236
('@example.com', 'There must be something before the @-sign.'),
237
-
('\n[email protected]', 'The email address contains invalid characters before the @-sign: \n.'),
238
-
('m\n[email protected]', 'The email address contains invalid characters before the @-sign: \n.'),
239
-
('my\n@example.com', 'The email address contains invalid characters before the @-sign: \n.'),
237
+
('\n[email protected]', 'The email address contains invalid characters before the @-sign: \'\\n\'.'),
238
+
('m\n[email protected]', 'The email address contains invalid characters before the @-sign: \'\\n\'.'),
239
+
('my\n@example.com', 'The email address contains invalid characters before the @-sign: \'\\n\'.'),
240
240
('11111111112222222222333333333344444444445555555555666666666677777@example.com', 'The email address is too long before the @-sign (1 character too many).'),
241
241
('111111111122222222223333333333444444444455555555556666666666777777@example.com', 'The email address is too long before the @-sign (2 characters too many).'),
242
242
('me@1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.1111111111222222222233333333334444444444555555555.6666666666777777777788888888889999999999000000000.111111111122222222223333333333444444444455555555556.com', 'The email address is too long after the @-sign.'),
0 commit comments