]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/reply.t
v2writable: rename {partitions} field to {shards}
[public-inbox.git] / t / reply.t
index de31f8800be717ddb2bee17a7db3063a6253676e..cbcd72291eef61a56364e5d1ac08899629cea71c 100644 (file)
--- a/t/reply.t
+++ b/t/reply.t
@@ -76,4 +76,9 @@ $exp = [
 is_deeply($arg, $exp, 'address obfuscation works');
 is($link, '', 'no mailto: link given');
 
+$ibx->{replyto} = ':none=dead list';
+$ibx->{obfuscate} = 1;
+($arg, $link) = PublicInbox::Reply::mailto_arg_link($ibx, $hdr);
+is($$arg, 'dead list', ':none= works');
+
 done_testing();