aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T430-emacs-address-cleaning.sh
blob: 04723467e80814b26f574b8af71284d102250273 (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