X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fhval.t;h=a3712666d617511a5fc8fcc2b376244fc38b1014;hp=dcbd838240c42639a3a5984771508067b9aa8fe8;hb=cfb0a03a8966c71820e4536eaf31265ea79397e6;hpb=e906b28db7abe72b916a8510a54122ce72514304 diff --git a/t/hval.t b/t/hval.t index dcbd8382..a3712666 100644 --- a/t/hval.t +++ b/t/hval.t @@ -17,6 +17,7 @@ hello@example.comm hello@example.com meta@public-inbox.org test@public-inbox.org +test@a.b.c.org EOF PublicInbox::Hval::obfuscate_addrs($ibx, $html); @@ -26,6 +27,7 @@ hello@example•comm hello@example.com meta@public-inbox.org test@public-inbox•org +test@a•b.c.org EOF is($html, $exp, 'only obfuscated relevant addresses');