X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Femacs-address-cleaning.el;h=3b0b109bbb93d445125752cfd2645370921e9994;hb=cd03f214470996ec03b126f86afafef5296fd879;hp=19e9e055e37241dbbb4a20b035c31be445a3cd95;hpb=50d65de394cd78bd215918e251646c32eb0c0e52;p=obsolete%2Fnotmuch-old 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 '("ДБ " "foo (at home) " "foo [at home] " - "Foo Bar")) + "Foo Bar" + "Fred Dibna \\[extraordinaire\\] ")) (expected '("ДБ " "foo (at home) " "foo [at home] " - "Foo Bar")) + "Foo Bar" + "Fred Dibna [extraordinaire] ")) (output (mapcar #'notmuch-show-clean-address input))) (notmuch-test-expect-equal output expected)))