• Chris McDonough's avatar
    When operating on raw strings which had DOS-style linefeeds (e.g. "\r\n"),... · 88f00992
    Chris McDonough authored
    When operating on raw strings which had DOS-style linefeeds (e.g. "\r\n"), StructuredText would neglect to strip the trailing garbage off the end of a paragraph.  Thus, the test for "examples" and other features that depended on the last characters in a paragraph to not be whitespace for proper operation were failing, causing problems mainly for people who use Windows to author STX content.  This is now fixed.
    88f00992
ST.py 8.46 KB