mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
t9000-addresses: update expected results after fix
e3fdbcc8e1
(parse_mailboxes: accept extra text after <...> address, 2016-10-13) improved our in-house address parser and made it closer to Mail::Address. As a consequence, some tests comparing it to Mail::Address now pass, bute3fdbcc8e1
forgot to update the test. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e3fdbcc8e1
commit
8a420edbd2
@ -32,15 +32,15 @@ my @success_list = (q[Jane],
|
||||
q["Jane\" Doe" <jdoe@example.com>],
|
||||
q[Doe, jane <jdoe@example.com>],
|
||||
q["Jane Doe <jdoe@example.com>],
|
||||
q['Jane 'Doe' <jdoe@example.com>]);
|
||||
q['Jane 'Doe' <jdoe@example.com>],
|
||||
q[Jane@:;\.,()<>Doe <jdoe@example.com>],
|
||||
q[Jane <jdoe@example.com> Doe],
|
||||
q[<jdoe@example.com> Jane Doe]);
|
||||
|
||||
my @known_failure_list = (q[Jane\ Doe <jdoe@example.com>],
|
||||
q["Doe, Ja"ne <jdoe@example.com>],
|
||||
q["Doe, Katarina" Jane <jdoe@example.com>],
|
||||
q[Jane@:;\.,()<>Doe <jdoe@example.com>],
|
||||
q[Jane jdoe@example.com],
|
||||
q[<jdoe@example.com> Jane Doe],
|
||||
q[Jane <jdoe@example.com> Doe],
|
||||
q["Jane "Kat"a" ri"na" ",Doe" <jdoe@example.com>],
|
||||
q[Jane Doe],
|
||||
q[Jane "Doe <jdoe@example.com>"],
|
||||
|
Loading…
Reference in New Issue
Block a user