Skip to content

Commit 5cf1d2d

Browse files
committed
test: add missing escape
1 parent 4d23ec3 commit 5cf1d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_build_package_with_unicode(copy_sample):
7979
files = [
8080
'pyproject.toml',
8181
'packageunicode/__init__.py',
82-
u'packageunicode/No\u00ebl.jpg',
82+
u'packageunicode/No\\u00ebl.jpg',
8383
]
8484
print('\\0'.join(files), end='\\0')
8585
"""

0 commit comments

Comments
 (0)