Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.rst: Add badges #42

Closed
wants to merge 2 commits into from
Closed

Conversation

msabramo
Copy link
Contributor

msabramo added 2 commits July 29, 2016 11:34
Fixes the following test failure (e.g.:
https://travis-ci.org/pypa/readme_renderer/jobs/148390785):

```
        if "<" in expected:
>           assert out == expected
E           assert '<p>Here is s...nkey</a></p>\n' == '<p>Here is so...nkey</a></p>\n'
E             Skipping 734 identical leading characters in diff, use -v to show
E             - n class="s1">'Ruff!'</span><span class="p">)</span>
E             ?           -
E             + n class="s">'Ruff!'</span><span class="p">)</span>
E
E             - <span class="n">dog</span> <span class="o">=</span> <span class="n">Dog</span><span class="p">(</span><span class="s1">'Fido'</span><span class="p">)</span>
E             ?                                                                                                                     -
E             + <span class="n">dog</span> <span class="o">=</span> <span class="n">Dog</span><span class="p">(</span><span class="s">'Fido'</span><span class="p">)</span>
E               </pre>
E             Detailed information truncated (6 more lines), use "-vv" to show

tests/test_rst.py:31: AssertionError
```
Base automatically changed from master to main January 21, 2021 18:41
@di di closed this in #243 Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant