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

Fix leftover literals #2

Conversation

untitaker
Copy link

@@ -737,7 +737,7 @@ def test_replacements_parsed(self):

ui._raw_main(['test'])
replacements = self.test_cmd.lib.replacements
self.assertEqual(replacements, [(re.compile(r'[xy]'), b'z')])
self.assertEqual(replacements, [(re.compile(u'[xy]'), b'z')])
Copy link
Author

Choose a reason for hiding this comment

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

r"[xy]" is equivalent to "[xy]", so this needs to be changed as well. Unfortunately there is no ru""-literal, but it doesn't matter.

@codecov-io
Copy link

Current coverage is 76.78%

Branch #2 has no coverage reports uploaded yet.

No diff could be generated. No reports for no_unicode_literals_test_ui found.

Powered by Codecov. Updated on successful CI builds.

@untitaker untitaker closed this Feb 28, 2016
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.

2 participants