aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs-address-cleaning.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/emacs-address-cleaning.el')
-rw-r--r--test/emacs-address-cleaning.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/emacs-address-cleaning.el b/test/emacs-address-cleaning.el
index 19e9e055..3b0b109b 100644
--- a/test/emacs-address-cleaning.el
+++ b/test/emacs-address-cleaning.el
@@ -20,10 +20,12 @@
(let* ((input '("ДБ <db-uknot@stop.me.uk>"
"foo (at home) <foo@bar.com>"
"foo [at home] <foo@bar.com>"
- "Foo Bar"))
+ "Foo Bar"
+ "Fred Dibna \\[extraordinaire\\] <fred@dibna.com>"))
(expected '("ДБ <db-uknot@stop.me.uk>"
"foo (at home) <foo@bar.com>"
"foo [at home] <foo@bar.com>"
- "Foo Bar"))
+ "Foo Bar"
+ "Fred Dibna [extraordinaire] <fred@dibna.com>"))
(output (mapcar #'notmuch-show-clean-address input)))
(notmuch-test-expect-equal output expected)))