about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/view.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/view.t b/t/view.t
index 2da741a8..1f464762 100644
--- a/t/view.t
+++ b/t/view.t
@@ -47,8 +47,6 @@ EOF
         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