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

grubert--- via Docutils-checkins <[email protected]> Tue, 01 Apr 2025 10:40:27 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10064
          http://sourceforge.net/p/docutils/code/10064
Author:   grubert
Date:     2025-04-01 10:40:26 +0000 (Tue, 01 Apr 2025)
Log Message:
-----------
Fix manpage test of 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-03-30 20:13:30 UTC (rev 10063)
+++ trunk/docutils/test/test_writers/test_manpage.py	2025-04-01 10:40:26 UTC (rev 10064)
@@ -136,7 +136,7 @@
          document_start + indend_macros + """.TH "" "" "" ""
 .SH Name
  \\- \n\
-External hyperlinks, like \n\
+External hyperlinks, like \c\n\
 .UR https://www.python.org/
 Python
 .UE
@@ -152,7 +152,7 @@
          document_start + indend_macros + """.TH "" "" "" ""
 .SH Name
  \\- \n\
-embedded External hyperlinks, like \n\
+embedded External hyperlinks, like \c\n\
 .UR https://www.python.org/
 Python
 .UE

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