diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-08-15 17:15:49 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-08-15 17:16:45 +0200 |
commit | 6ec116f764316bc47aee8f4403a00afc9a2de561 (patch) | |
tree | decf5668ab4cd0c40e7016cb7607631142fed754 /t | |
parent | 718caa9b59bf3641b4daaf56030fd8c15b0ce173 (diff) | |
download | mblaze-6ec116f764316bc47aee8f4403a00afc9a2de561.tar.gz mblaze-6ec116f764316bc47aee8f4403a00afc9a2de561.tar.xz mblaze-6ec116f764316bc47aee8f4403a00afc9a2de561.zip |
t/1501-maddr-regress.t: adapt to changes of bcd258a
Diffstat (limited to 't')
-rwxr-xr-x | t/1501-maddr-regress.t | 10 |
1 files changed, 5 insertions, 5 deletions
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 <foo@example.org>' 'bar quux <foo@example.org>' check_addr 'bar quux <foo@example.org>' 'bar quux <foo@example.org>' check_addr '<foo@example.org> (bar)' 'bar <foo@example.org>' check_addr '"Real Name" <foo@example.org>' 'Real Name <foo@example.org>' -check_addr '"Dr. Real Name" <foo@example.org>' 'Dr. Real Name <foo@example.org>' -check_addr '"Real Name" (show this) <foo@example.org>' 'Real Name (show this) <foo@example.org>' -check_addr '"Real Name" <foo@example.org> (ignore this)' 'Real Name (ignore this) <foo@example.org>' +check_addr '"Dr. Real Name" <foo@example.org>' '"Dr. Real Name" <foo@example.org>' +check_addr '"Real Name" (show this) <foo@example.org>' '"Real Name (show this)" <foo@example.org>' +check_addr '"Real Name" <foo@example.org> (ignore this)' '"Real Name (ignore this)" <foo@example.org>' -check_addr '(nested (comments mail@here ) heh) "yep (yap)" <foo@example.org>' 'yep (yap) <foo@example.org>' +check_addr '(nested (comments mail@here ) heh) "yep (yap)" <foo@example.org>' '"yep (yap)" <foo@example.org>' check_addr 'ignore-this: <foo@example.org>' 'foo@example.org' check_addr 'ignore-this : <foo@example.org>' 'foo@example.org' @@ -40,4 +40,4 @@ check_addr 'foo@[::1] (ipv6)' 'ipv6 <foo@[::1]>' # invalid addresses check_addr '<Foo Bar <foobar@qux.com>' 'foobar@qux.com' check_addr '"abc@def"@ghi' '' -check_addr '"foo@" <bar.com foo@bar.com>' 'foo@ <bar.comfoo@bar.com>' +check_addr '"foo@" <bar.com foo@bar.com>' '"foo@" <bar.comfoo@bar.com>' |