diff --git a/t/1501-maddr-regress.t b/t/1501-maddr-regress.t index 2320875..3f638b5 100755 --- a/t/1501-maddr-regress.t +++ b/t/1501-maddr-regress.t @@ -14,11 +14,11 @@ check_addr 'bar quux ' 'bar quux ' check_addr 'bar quux ' 'bar quux ' check_addr ' (bar)' 'bar ' check_addr '"Real Name" ' 'Real Name ' -check_addr '"Dr. Real Name" ' 'Dr. Real Name ' -check_addr '"Real Name" (show this) ' 'Real Name (show this) ' -check_addr '"Real Name" (ignore this)' 'Real Name (ignore this) ' +check_addr '"Dr. Real Name" ' '"Dr. Real Name" ' +check_addr '"Real Name" (show this) ' '"Real Name (show this)" ' +check_addr '"Real Name" (ignore this)' '"Real Name (ignore this)" ' -check_addr '(nested (comments mail@here ) heh) "yep (yap)" ' 'yep (yap) ' +check_addr '(nested (comments mail@here ) heh) "yep (yap)" ' '"yep (yap)" ' check_addr 'ignore-this: ' 'foo@example.org' check_addr 'ignore-this : ' 'foo@example.org' @@ -40,4 +40,4 @@ check_addr 'foo@[::1] (ipv6)' 'ipv6 ' # invalid addresses check_addr '' 'foobar@qux.com' check_addr '"abc@def"@ghi' '' -check_addr '"foo@" ' 'foo@ ' +check_addr '"foo@" ' '"foo@" '