We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121ec1f commit 12225ecCopy full SHA for 12225ec
Lib/test/test_gettext.py
@@ -668,7 +668,7 @@ def test_ignore_comments_in_headers_issue36239(self):
668
@property
669
def expected_filename(self):
670
if sys.platform == 'win32':
671
- return 'xx\\LC_MESSAGES\\gettext.mo'
+ return r'xx\\LC_MESSAGES\\gettext.mo'
672
return 'xx/LC_MESSAGES/gettext.mo'
673
674
def test_raise_descriptive_error_for_incorrect_content_type(self):
0 commit comments