From ef3ca9b80fcb464d851c2f8d87f3f02f4f70986d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Jun 2017 00:10:52 +0000 Subject: replyto parameter support This allows us to support centralized mailing lists (which suck, but better than no mailing list at all). --- t/view.t | 12 ------------ 1 file changed, 12 deletions(-) (limited to 't/view.t') diff --git a/t/view.t b/t/view.t index abd00018..1f4ed937 100644 --- a/t/view.t +++ b/t/view.t @@ -7,18 +7,6 @@ use Email::MIME; use Plack::Util; use_ok 'PublicInbox::View'; -my @q = ( - 'foo@bar', 'foo@bar', - 'a b', "'a b'", - "a'b", "'a'\\''b'", -); -while (@q) { - my $input = shift @q; - my $expect = shift @q; - my $res = PublicInbox::Reply::squote_maybe($input); - is($res, $expect, "quote $input => $res"); -} - # FIXME: make this test less fragile my $ctx = { env => { HTTP_HOST => 'example.com', 'psgi.url_scheme' => 'http' }, -- cgit v1.2.3-24-ge0c7