]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/view.t
www: redirect /$MESSAGE_ID/f/ endpoints
[public-inbox.git] / t / view.t
index 2da741a87931c69e2c9282703829a6b4dc8c8186..1a47416faaef9944f80494b22d90360e3229bc9d 100644 (file)
--- a/t/view.t
+++ b/t/view.t
@@ -44,11 +44,9 @@ EOF
        my $html = PublicInbox::View::msg_html(undef, $mime);
 
        # ghetto tests
-       like($html, qr!<a\nhref="\.\./raw"!s, "raw link present");
+       like($html, qr!<a\nhref="raw"!s, "raw link present");
        like($html, qr/hello world\b/, "body present");
        like($html, qr/&gt; keep this inline/, "short quoted text is inline");
-       like($html, qr/<a\nid=[^>]+><\/a>&gt; Long and wordy/,
-               "long quoted text is anchored");
 }
 
 # multipart crap