aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs-address-cleaning
blob: 6ddde5c6ca9ca8abf0f5f18dc3adab563eef8984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

test_description="emacs address cleaning"
. test-lib.sh

test_begin_subtest "notmuch-test-address-clean part 1"
test_emacs_expect_t '(notmuch-test-address-cleaning-1)'

test_begin_subtest "notmuch-test-address-clean part 2"
test_emacs_expect_t '(notmuch-test-address-cleaning-2)'

test_begin_subtest "notmuch-test-address-clean part 3"
test_emacs_expect_t '(notmuch-test-address-cleaning-3)'

test_done