From 5cf1d2dbbc835c08c9b83430c44192764eb80b42 Mon Sep 17 00:00:00 2001 From: Brendan Abel <007brendan@gmail.com> Date: Mon, 15 Jun 2020 23:31:09 -0700 Subject: [PATCH] test: add missing escape --- tests/test_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build.py b/tests/test_build.py index f1b89fcc..4d57b53f 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -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') """