SF.net SVN: docutils:[10074 ] trunk/docutils/test/test _writers/test_manpage.py

grubert--- via Docutils-checkins <[email protected]> Thu, 03 Apr 2025 19:35:05 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10074
          http://sourceforge.net/p/docutils/code/10074
Author:   grubert
Date:     2025-04-03 19:35:04 +0000 (Thu, 03 Apr 2025)
Log Message:
-----------
Fix test for manpage macro references: simplyfied tails

Modified Paths:
--------------
    trunk/docutils/test/test_writers/test_manpage.py

Modified: trunk/docutils/test/test_writers/test_manpage.py
===================================================================
--- trunk/docutils/test/test_writers/test_manpage.py	2025-04-03 17:33:39 UTC (rev 10073)
+++ trunk/docutils/test/test_writers/test_manpage.py	2025-04-03 19:35:04 UTC (rev 10074)
@@ -139,7 +139,7 @@
 External hyperlinks, like \\c\n\
 .UR https://www.python.org/
 Python
-.UE
+.UE \\c
 \\&.
 .\\" End of generated man page.
 """],
@@ -155,7 +155,7 @@
 embedded External hyperlinks, like \\c\n\
 .UR https://www.python.org/
 Python
-.UE
+.UE \\c
 \\&.
 .\\" End of generated man page.
 """],
@@ -172,7 +172,7 @@
  \\- \n\
 .MT mailto:[email protected]
 Write to me
-.ME
+.ME \\c
  with your questions.
 .sp
 whatever.
@@ -190,8 +190,8 @@
 email: (\\c
 .MT mailto:[email protected]
 [email protected]
-.ME )\\c
-\\&.
+.ME \\c
+).
 .sp
 no spaces before and after the email.
 .\\" End of generated man page.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.