From 6ec116f764316bc47aee8f4403a00afc9a2de561 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 15 Aug 2018 17:15:49 +0200 Subject: t/1501-maddr-regress.t: adapt to changes of bcd258a --- t/1501-maddr-regress.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't') 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@" ' -- cgit 1.4.1