Skip to content

Commit 8a420ed

Browse files
moygitster
authored andcommitted
t9000-addresses: update expected results after fix
e3fdbcc (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, but e3fdbcc forgot to update the test. Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e3fdbcc commit 8a420ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t9000/test.pl

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
q["Jane\" Doe" <[email protected]>],
3333
q[Doe, jane <[email protected]>],
3434
q["Jane Doe <[email protected]>],
35-
q['Jane 'Doe' <[email protected]>]);
35+
q['Jane 'Doe' <[email protected]>],
36+
q[Jane@:;\.,()<>Doe <[email protected]>],
37+
q[Jane <[email protected]> Doe],
38+
q[<[email protected]> Jane Doe]);
3639

3740
my @known_failure_list = (q[Jane\ Doe <[email protected]>],
3841
q["Doe, Ja"ne <[email protected]>],
3942
q["Doe, Katarina" Jane <[email protected]>],
40-
q[Jane@:;\.,()<>Doe <[email protected]>],
4143
42-
q[<[email protected]> Jane Doe],
43-
q[Jane <[email protected]> Doe],
4444
q["Jane "Kat"a" ri"na" ",Doe" <[email protected]>],
4545
q[Jane Doe],
4646
q[Jane "Doe <[email protected]>"],

0 commit comments

Comments
 (0)