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

aa-turner--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9814
          http://sourceforge.net/p/docutils/code/9814
Author:   aa-turner
Date:     2024-08-01 13:58:48 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Correct invalid escape sequences

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	2024-08-01 13:57:33 UTC (rev 9813)
+++ trunk/docutils/test/test_writers/test_manpage.py	2024-08-01 13:58:48 UTC (rev 9814)
@@ -121,7 +121,7 @@
 .UR https://www.python.org/
 Python
 .UE
-\&.
+\\&.
 .\\" End of generated man page.
 """],
         ]
@@ -137,7 +137,7 @@
 .UR https://www.python.org/
 Python
 .UE
-\&.
+\\&.
 .\\" End of generated man page.
 """],
         ]

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.