summaryrefslogtreecommitdiffstats
path: root/tests/test_manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_manifest_xml.py')
-rw-r--r--tests/test_manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_manifest_xml.py b/tests/test_manifest_xml.py
index 3d1fde96..ebc0ce58 100644
--- a/tests/test_manifest_xml.py
+++ b/tests/test_manifest_xml.py
@@ -51,7 +51,7 @@ INVALID_FS_PATHS = (
51 "foo~", 51 "foo~",
52 "blah/foo~", 52 "blah/foo~",
53 # Block Unicode characters that get normalized out by filesystems. 53 # Block Unicode characters that get normalized out by filesystems.
54 "foo\u200Cbar", 54 "foo\u200cbar",
55 # Block newlines. 55 # Block newlines.
56 "f\n/bar", 56 "f\n/bar",
57 "f\r/bar", 57 "f\r/bar",