about summary refs log tree commit homepage
path: root/t/feed.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-01 08:55:26 +0000
committerEric Wong <e@80x24.org>2015-09-01 08:56:07 +0000
commit1b4b2c7b8b2f2df8f114617d2e875eaf5c839ce0 (patch)
tree692f3f27b9b763d0fdc7b594246182f0957df64b /t/feed.t
parent97bef984363d1279a6ac130d35f063a834e9c241 (diff)
downloadpublic-inbox-1b4b2c7b8b2f2df8f114617d2e875eaf5c839ce0.tar.gz
This allows common /m/ links to be used without a prefix,
saving 2 precious bytes for permalinks and raw messages.

Old URLs continue to redirect.
Diffstat (limited to 't/feed.t')
-rw-r--r--t/feed.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/feed.t b/t/feed.t
index a9955f08..e4ec7522 100644
--- a/t/feed.t
+++ b/t/feed.t
@@ -77,7 +77,7 @@ EOF
                 }
 
                 unlike($feed, qr/drop me/, "long quoted text dropped");
-                like($feed, qr!/f/\d%40example\.com/#q!,
+                like($feed, qr!/\d%40example\.com/f/#q!,
                         "/f/ url generated for long quoted text");
                 like($feed, qr/inline me here/, "short quoted text kept");
                 like($feed, qr/keep me/, "unquoted text saved");