about summary refs log tree commit homepage
path: root/t/view.t
diff options
context:
space:
mode:
Diffstat (limited to 't/view.t')
-rw-r--r--t/view.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/view.t b/t/view.t
index 1a47416f..c6b1e7df 100644
--- a/t/view.t
+++ b/t/view.t
@@ -133,8 +133,11 @@ EOF
 
 {
         use PublicInbox::MID qw/id_compress/;
+
+        # n.b: this is probably invalid since we dropped CGI for PSGI:
         like(id_compress('foo%bar@wtf'), qr/\A[a-f0-9]{40}\z/,
                 "percent always converted to sha1 to workaround buggy httpds");
+
         is(id_compress('foobar-wtf'), 'foobar-wtf',
                 'regular ID not compressed');
 }