about summary refs log tree commit homepage
path: root/t/view.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-13 22:20:43 +0000
committerEric Wong <e@80x24.org>2016-04-14 23:13:22 +0000
commitf2b5ddcbd897457f02be456460e8793a88481332 (patch)
tree9382873a28656d6b0700319ed4132087ab7711e6 /t/view.t
parente06797ae541b8fcb65030531d854184e7ba2c70d (diff)
downloadpublic-inbox-f2b5ddcbd897457f02be456460e8793a88481332.tar.gz
...And mark quotes as <span class="q"> since it barely
costs us anything and allows users to choose colors
themselves with custom, user-supplied CSS.

Reduce allocations of the Linkify object, too.
Diffstat (limited to 't/view.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