2012-01-24 16:14:07 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
test_description="emacs address cleaning"
|
2017-09-25 23:38:19 +03:00
|
|
|
. $(dirname "$0")/test-lib.sh || exit 1
|
2021-05-23 10:34:43 +03:00
|
|
|
. $NOTMUCH_SRCDIR/test/test-lib-emacs.sh || exit 1
|
2021-05-15 15:47:44 -05:00
|
|
|
|
|
|
|
test_require_emacs
|
2012-01-24 16:14:07 +00:00
|
|
|
|
|
|
|
test_begin_subtest "notmuch-test-address-clean part 1"
|
2012-01-29 07:36:03 +04:00
|
|
|
test_emacs_expect_t '(notmuch-test-address-cleaning-1)'
|
2012-01-24 16:14:07 +00:00
|
|
|
|
|
|
|
test_begin_subtest "notmuch-test-address-clean part 2"
|
2012-01-29 07:36:03 +04:00
|
|
|
test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
|
2012-01-24 16:14:07 +00:00
|
|
|
|
|
|
|
test_begin_subtest "notmuch-test-address-clean part 3"
|
2012-01-29 07:36:03 +04:00
|
|
|
test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
|
2012-01-24 16:14:07 +00:00
|
|
|
|
|
|
|
test_done
|