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

grubert--- via Docutils-checkins <[email protected]> Fri, 25 Apr 2025 16:30:39 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10110
          http://sourceforge.net/p/docutils/code/10110
Author:   grubert
Date:     2025-04-25 16:30:38 +0000 (Fri, 25 Apr 2025)
Log Message:
-----------
Fix test case for manpage macro references

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-25 16:21:29 UTC (rev 10109)
+++ trunk/docutils/test/test_writers/test_manpage.py	2025-04-25 16:30:38 UTC (rev 10110)
@@ -138,7 +138,7 @@
 .SH Name
  \\- \n\
 External hyperlinks, like \\c\n\
-.UR https://www.python.org/
+.UR \\%https://\\:www\\:.python\\:.org/
 Python
 .UE \\c
 \\&.
@@ -154,7 +154,7 @@
 .SH Name
  \\- \n\
 embedded External hyperlinks, like \\c\n\
-.UR https://www.python.org/
+.UR \\%https://\\:www\\:.python\\:.org/
 Python
 .UE \\c
 \\&.
@@ -171,7 +171,7 @@
          document_start + indend_macros + """.TH "" "" "" ""
 .SH Name
  \\- \n\
-.MT [email protected]
+.MT \\%jdoe@\\:example\\:.com
 Write to me
 .ME \\c
  with your questions.
@@ -189,8 +189,7 @@
 .SH Name
  \\- \n\
 email: (\\c
-.MT [email protected]
[email protected]
+.MT \\%eee@\\:mmm\\:.al
 .ME \\c
 ).
 .sp

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