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