# must correspond to the version of the package. PATH should be
# already preset so the proper executable will be selected.
m4_define([AT_TESTED],
-[m4_append_uniq([AT_tested], [$1], [ ])])
+[m4_append_uniq([AT_tested], [$1], [
+])])
# AT_SETUP(DESCRIPTION)
# ---------------------
# Declare a list of keywords associated to the current test group.
m4_define([AT_KEYWORDS],
-[m4_append_uniq([AT_keywords], [$1], [ ])])
+[m4_append_uniq([AT_keywords], [$1], [
+])])
# AT_CAPTURE_FILE(FILE)
# If the current test group does not behave as expected, save the contents of
# FILE in the test suite log.
m4_define([AT_CAPTURE_FILE],
-[m4_append_uniq([AT_capture_files], ["$1"], [ ])])
+[m4_append_uniq([AT_capture_files], ["$1"], [ \
+])])
# AT_CLEANUP