X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhval.t;h=a193c296649094cb67263017aa438495c9cbcf3a;hb=3d41aa23f35501ca92aab8aa42980fa73f7fa74f;hp=2af4d2af5c8fc7119b25249f61ee6376efe1f68c;hpb=ec24b4af88d7922e4bf9846e76b9455fb6a5bda4;p=public-inbox.git diff --git a/t/hval.t b/t/hval.t index 2af4d2af..a193c296 100644 --- a/t/hval.t +++ b/t/hval.t @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -18,6 +18,7 @@ hello@example.com meta@public-inbox.org test@public-inbox.org test@a.b.c.org +te.st@example.org EOF PublicInbox::Hval::obfuscate_addrs($ibx, $html); @@ -28,6 +29,7 @@ hello@example.com meta@public-inbox.org test@public-inbox•org test@a•b.c.org +te.st@example•org EOF is($html, $exp, 'only obfuscated relevant addresses');