From b4af5187b1e9815b40562720d2cfda55968f3772 Mon Sep 17 00:00:00 2001
From: Ricardo Signes <rjbs@cpan.org>
Date: Sat, 14 Jun 2014 00:09:45 -0400
Subject: [PATCH 1/8] correct expectation: the phrase looks like an angle-addr

but it is a phrase
---
 t/tests.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/tests.t b/t/tests.t
index 12e4ba2..038aaec 100644
--- a/t/tests.t
+++ b/t/tests.t
@@ -678,7 +678,7 @@ my @list = (
     '"<advocacy-- ATAT --p.example.org>" <advocacy-- ATAT --p.example.org>',
     [
       [
-        'advocacy',
+        '<advocacy-- ATAT --p.example.org>',
         'advocacy-- ATAT --p.example.org',
         undef
       ]
-- 
2.0.0

