Skip to content

Commit 7b7f9a8

Browse files
hugovkjohnslavik
andauthored
Add extra test case with repeated separator
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent ee0e6aa commit 7b7f9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_importlib/metadata/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def test_normalize(self):
338338
("sample_.-pkg", "sample_pkg"),
339339
# Complex
340340
("Sample__Pkg-name.foo", "sample_pkg_name_foo"),
341+
("Sample__Pkg.name__foo", "sample_pkg_name_foo"),
341342
# Uppercase with separators
342343
("SAMPLE-PKG", "sample_pkg"),
343344
("Sample.Pkg", "sample_pkg"),

0 commit comments

Comments
 (0)