diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-03-02 20:45:51 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-03-02 20:45:51 +0100 |
commit | d1a12457421dc9b08c57431d08ffa150763a3f76 (patch) | |
tree | cab5a4c54fbc41912ef0e2789dd888f6e03a9306 /t | |
parent | f83a6fea9aa1c9ccd0fd2fec8bd8a24b27e396bc (diff) | |
download | mblaze-d1a12457421dc9b08c57431d08ffa150763a3f76.tar.gz mblaze-d1a12457421dc9b08c57431d08ffa150763a3f76.tar.xz mblaze-d1a12457421dc9b08c57431d08ffa150763a3f76.zip |
t/1501-maddr-regress.t: fix failing test, maddr never quotes the display name
Diffstat (limited to 't')
-rwxr-xr-x | t/1501-maddr-regress.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1501-maddr-regress.t b/t/1501-maddr-regress.t index 1b726c3..2320875 100755 --- a/t/1501-maddr-regress.t +++ b/t/1501-maddr-regress.t @@ -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>' |