Skip to content

Commit

Permalink
test: add missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
bpabel committed Jun 16, 2020
1 parent 4d23ec3 commit 5cf1d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_build_package_with_unicode(copy_sample):
files = [
'pyproject.toml',
'packageunicode/__init__.py',
u'packageunicode/No\u00ebl.jpg',
u'packageunicode/No\\u00ebl.jpg',
]
print('\\0'.join(files), end='\\0')
"""
Expand Down

0 comments on commit 5cf1d2d

Please sign in to comment.