summaryrefslogtreecommitdiff
path: root/tmac/tmac.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-17 16:04:56 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-17 16:04:56 -0600
commit0089d2e5a2d6096b6c31d06305ff1fea33ef0292 (patch)
tree167ddf79f8434499778bfba97ea670a03ae84c17 /tmac/tmac.am
parent23ffa46c8c951fec1d23dfe4b0dbbbe1299fa5d2 (diff)
downloadgroff-git-0089d2e5a2d6096b6c31d06305ff1fea33ef0292.tar.gz
[mdoc]: Add tests for `Nm` macro.
* tmac/tests/doc_Nm-works.sh: Do it. Test regression reported in Savannah #63377. Also ensure that we handle the case where multiple `Nm` items are declared in the "Name" section (as might happen in library man pages). * tmac/tmac.am (tmac_TESTS): Run test. Test fails at this commit.
Diffstat (limited to 'tmac/tmac.am')
-rw-r--r--tmac/tmac.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 195844c65..e37c55380 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -187,6 +187,7 @@ tmac_TESTS = \
tmac/tests/doc_D-places-page-numbers-correctly.sh \
tmac/tests/doc_Lk-respect-sentence-ending-punctuation.sh \
tmac/tests/doc_Mt-works.sh \
+ tmac/tests/doc_Nm-works.sh \
tmac/tests/doc_accept-mixed-case-section-headings.sh \
tmac/tests/doc_do-not-loop-infinitely-when-shortening-headers.sh \
tmac/tests/doc_indents-correctly.sh \