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

grubert--- via Docutils-checkins <[email protected]> Thu, 03 Apr 2025 10:01:19 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10069
          http://sourceforge.net/p/docutils/code/10069
Author:   grubert
Date:     2025-04-03 10:01:18 +0000 (Thu, 03 Apr 2025)
Log Message:
-----------
Fix warning for escape c

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 09:38:33 UTC (rev 10068)
+++ trunk/docutils/test/test_writers/test_manpage.py	2025-04-03 10:01:18 UTC (rev 10069)
@@ -136,7 +136,7 @@
          document_start + indend_macros + """.TH "" "" "" ""
 .SH Name
  \\- \n\
-External hyperlinks, like \c\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 \c\n\
+embedded External hyperlinks, like \\c\n\
 .UR https://www.python.org/
 Python
 .UE
@@ -187,7 +187,7 @@
          document_start + indend_macros + """.TH "" "" "" ""
 .SH Name
  \\- \n\
-email: (\c
+email: (\\c
 .MT mailto:[email protected]
 [email protected]
 .ME

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