Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix test_large_subscript_title() #11941

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

Merged
merged 1 commit into from
Aug 26, 2018

Conversation

timhoffm
Copy link
Member

PR Summary

When running the test suite locally, pytest failed in test_large_subscript_title() because it contains two strings with unescaped backslashes.

This PR fixes the issue by turning them into raw strings (as is already the case for other strings in that test module).

Not sure, why CI did not stumble over the issue.

Copy link
Member

@jklymak jklymak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Sorry!

@NelleV NelleV merged commit f18ff53 into matplotlib:master Aug 26, 2018
@NelleV
Copy link
Member

NelleV commented Aug 26, 2018

Thanks @timhoffm !

@timhoffm timhoffm deleted the fix-test-large-subscript-title branch August 26, 2018 16:29
@QuLogic QuLogic added this to the v3.1 milestone Aug 26, 2018
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.

4 participants