[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 30/30: Rename some test scripts for clarity.
From: |
G. Branden Robinson |
Subject: |
[groff] 30/30: Rename some test scripts for clarity. |
Date: |
Sat, 12 Oct 2024 12:07:56 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit e004bd1b7ed9c236fa602932f770a6d1aa22c57a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Oct 12 10:10:04 2024 -0500
Rename some test scripts for clarity.
* tmac/tests/an_FT-bad-value-should-not-trash-titles.sh:
* tmac/tests/an_LL-init-sanely.sh:
* tmac/tests/an_ME-punct-hyphenates.sh:
* tmac/tests/an_UE-punct-hyphenates.sh:
* tmac/tests/doc_D-places-page-numbers-correctly.sh:
* tmac/tests/s_PN-works.sh: Rename these...
* tmac/tests/an_FT-register-value-should-not-trash-titles.sh:
* tmac/tests/an_LL-register-initializes-sanely.sh:
* tmac/tests/an_ME-second-argument-hyphenates.sh:
* tmac/tests/an_UE-second-argument-hyphenates.sh:
* tmac/tests/doc_D-register-places-page-numbers-correctly.sh:
* tmac/tests/s_PN-register-works.sh: ...to these.
* tmac/tmac.am (tmac_TESTS): Update.
---
ChangeLog | 20 ++++++++++++++++++++
... an_FT-register-value-should-not-trash-titles.sh} | 0
...anely.sh => an_LL-register-initializes-sanely.sh} | 0
...enates.sh => an_ME-second-argument-hyphenates.sh} | 0
...enates.sh => an_UE-second-argument-hyphenates.sh} | 0
... doc_D-register-places-page-numbers-correctly.sh} | 0
tmac/tests/{s_PN-works.sh => s_PN-register-works.sh} | 0
tmac/tmac.am | 12 ++++++------
8 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ad01d1e7d..22c5eebd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2024-10-12 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ Rename some test scripts for clarity.
+
+ * tmac/tests/an_FT-bad-value-should-not-trash-titles.sh:
+ * tmac/tests/an_LL-init-sanely.sh:
+ * tmac/tests/an_ME-punct-hyphenates.sh:
+ * tmac/tests/an_UE-punct-hyphenates.sh:
+ * tmac/tests/doc_D-places-page-numbers-correctly.sh:
+ * tmac/tests/s_PN-works.sh: Rename these...
+
+ * tmac/tests/an_FT-register-value-should-not-trash-titles.sh:
+ * tmac/tests/an_LL-register-initializes-sanely.sh:
+ * tmac/tests/an_ME-second-argument-hyphenates.sh:
+ * tmac/tests/an_UE-second-argument-hyphenates.sh:
+ * tmac/tests/doc_D-register-places-page-numbers-correctly.sh:
+ * tmac/tests/s_PN-register-works.sh: ...to these.
+
+ * tmac/tmac.am (tmac_TESTS): Update.
+
2024-10-12 G. Branden Robinson <g.branden.robinson@gmail.com>
[man]: Coalesce some tests.
diff --git a/tmac/tests/an_FT-bad-value-should-not-trash-titles.sh
b/tmac/tests/an_FT-register-value-should-not-trash-titles.sh
similarity index 100%
rename from tmac/tests/an_FT-bad-value-should-not-trash-titles.sh
rename to tmac/tests/an_FT-register-value-should-not-trash-titles.sh
diff --git a/tmac/tests/an_LL-init-sanely.sh
b/tmac/tests/an_LL-register-initializes-sanely.sh
similarity index 100%
rename from tmac/tests/an_LL-init-sanely.sh
rename to tmac/tests/an_LL-register-initializes-sanely.sh
diff --git a/tmac/tests/an_ME-punct-hyphenates.sh
b/tmac/tests/an_ME-second-argument-hyphenates.sh
similarity index 100%
rename from tmac/tests/an_ME-punct-hyphenates.sh
rename to tmac/tests/an_ME-second-argument-hyphenates.sh
diff --git a/tmac/tests/an_UE-punct-hyphenates.sh
b/tmac/tests/an_UE-second-argument-hyphenates.sh
similarity index 100%
rename from tmac/tests/an_UE-punct-hyphenates.sh
rename to tmac/tests/an_UE-second-argument-hyphenates.sh
diff --git a/tmac/tests/doc_D-places-page-numbers-correctly.sh
b/tmac/tests/doc_D-register-places-page-numbers-correctly.sh
similarity index 100%
rename from tmac/tests/doc_D-places-page-numbers-correctly.sh
rename to tmac/tests/doc_D-register-places-page-numbers-correctly.sh
diff --git a/tmac/tests/s_PN-works.sh b/tmac/tests/s_PN-register-works.sh
similarity index 100%
rename from tmac/tests/s_PN-works.sh
rename to tmac/tests/s_PN-register-works.sh
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 0f393ef33..1b6613141 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -155,10 +155,10 @@ tmac_TESTS = \
tmac/tests/an_AT-and-UC-footer-saved-and-restored.sh \
tmac/tests/an_CS-register-works.sh \
tmac/tests/an_CT-register-works.sh \
- tmac/tests/an_FT-bad-value-should-not-trash-titles.sh \
+ tmac/tests/an_FT-register-value-should-not-trash-titles.sh \
tmac/tests/an_HY-register-works.sh \
- tmac/tests/an_LL-init-sanely.sh \
- tmac/tests/an_ME-punct-hyphenates.sh \
+ tmac/tests/an_LL-register-initializes-sanely.sh \
+ tmac/tests/an_ME-second-argument-hyphenates.sh \
tmac/tests/an_MR-works.sh \
tmac/tests/an_MT-body-hyphenates.sh \
tmac/tests/an_MT-works.sh \
@@ -170,7 +170,7 @@ tmac_TESTS = \
tmac/tests/an_TS-adds-no-vertical-space.sh \
tmac/tests/an_TS-do-not-keep-tables-when-cR-set.sh \
tmac/tests/an_UE-breaks-before-long-URIs.sh \
- tmac/tests/an_UE-punct-hyphenates.sh \
+ tmac/tests/an_UE-second-argument-hyphenates.sh \
tmac/tests/an_UR-body-hyphenates.sh \
tmac/tests/an_UR-works.sh \
tmac/tests/an_X-register-works.sh \
@@ -197,7 +197,7 @@ tmac_TESTS = \
tmac/tests/andoc_flush-between-packages.sh \
tmac/tests/doc_CS-works.sh \
tmac/tests/doc_CT-works.sh \
- tmac/tests/doc_D-places-page-numbers-correctly.sh \
+ tmac/tests/doc_D-register-places-page-numbers-correctly.sh \
tmac/tests/doc_Lk-respects-sentence-ending-punctuation.sh \
tmac/tests/doc_Lk-works.sh \
tmac/tests/doc_Mt-works.sh \
@@ -234,7 +234,7 @@ tmac_TESTS = \
tmac/tests/s_EQ-handles-empty-first-arg.sh \
tmac/tests/s_IP-indents-using-paragraph-type-size.sh \
tmac/tests/s_IP-respects-inter-sentence-space-in-tags.sh \
- tmac/tests/s_PN-works.sh \
+ tmac/tests/s_PN-register-works.sh \
tmac/tests/s_R-handles-its-arguments.sh \
tmac/tests/s_SH-resets-IP-indentation-amount.sh \
tmac/tests/s_TC-works-with-percent-in-custom-titles.sh \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 30/30: Rename some test scripts for clarity.,
G. Branden Robinson <=