aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-15 14:49:54 -0500
committerGravatar David Bremner <bremner@debian.org>2012-11-15 18:13:27 -0400
commit87a05adba3b2f4b57f0efb138b0a601d3eb48ade (patch)
tree395d72684e56a27fb2e12e6e873e43746c13d2f3 /test
parent580997252f80b765b208fcd9f4c696c061e2b9ad (diff)
emacs: Buttonize mid: links
This adds support for RFC 2392 mid: message ID links.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-show8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/emacs-show b/test/emacs-show
index e2d7c706..ec3be8b9 100755
--- a/test/emacs-show
+++ b/test/emacs-show
@@ -125,7 +125,10 @@ id:\"abc
\"
id:)
id:
-cid:xxx"'
+cid:xxx
+mid:abc mid:abc/def
+mid:abc%20def
+mid:abc. mid:abc, mid:abc;"'
test_emacs '(notmuch-show "id:'$gen_msg_id'")
(notmuch-test-mark-links)
(test-visible-output)'
@@ -153,6 +156,9 @@ id:"abc
id:)
id:
cid:xxx
+<<mid:abc>> <<mid:abc/def>>
+<<mid:abc%20def>>
+<<mid:abc>>. <<mid:abc>>, <<mid:abc>>;
EOF
test_expect_equal_file OUTPUT EXPECTED