# This file is part of GNU Mailutils -*- Autotest -*- # Copyright (C) 2018-2021 Free Software Foundation, Inc. # License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> # This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. AT_SETUP([mu-address-get-personal]) AT_KEYWORDS([address]) MU_GUILE_CHECK([(display (mu-address-get-personal "Leopold Bloom <bloom@example.org>"))], 0, [Leopold Bloom]) AT_CLEANUP