This commit is contained in:
Danny Lin 2025-05-26 22:22:35 +08:00
parent 555ac78aec
commit 95fde316ab

View file

@ -1776,7 +1776,7 @@ def test_repack_file_entry_before_first_file(self):
"""Should preserve seemingly valid file entries not forming consecutive """Should preserve seemingly valid file entries not forming consecutive
valid file entries until the first recorded local file entry. valid file entries until the first recorded local file entry.
This may happen whan a self-extractor contains an uncompressed ZIP This may happen when a self-extractor contains an uncompressed ZIP
library. (simulated by writing a ZIP file in this test) library. (simulated by writing a ZIP file in this test)
""" """
for ii in ([], [0], [0, 1], [0, 1, 2]): for ii in ([], [0], [0, 1], [0, 1, 2]):