]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/hval.t
hval: only perform one substitution when obfuscating
[public-inbox.git] / t / hval.t
index dcbd838240c42639a3a5984771508067b9aa8fe8..a3712666d617511a5fc8fcc2b376244fc38b1014 100644 (file)
--- 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');