-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Description
docutils 0.20.1, installed in the Python 3.8 tox environment, matches test suite expectations.
docutils 0.21.2, installed in Python 3.9+ tox environments, breaks the test suite.
There appear to be small changes, like additional newlines, but also substantial differences, like this partial diff between what the test suite expected and what docutils 0.21.2 emitted:
- <nav class="contents" id="contents">\n<p class="topic-title">Contents</p>
+ <nav class="contents" id="contents">\n<p class="topic-title"><a href="#top" rel="nofollow">Contents</a></p>As this isn't simply a whitespace change, I'm not currently pursuing a solution to this.