Reformat
This commit is contained in:
parent
332d09f51a
commit
5cd0b75209
1 changed files with 1 additions and 1 deletions
|
@ -1246,7 +1246,7 @@ mod test {
|
|||
let files = vec![
|
||||
include_bytes!("../tests/data/zip64_magic_in_filename_1.zip").to_vec(),
|
||||
include_bytes!("../tests/data/zip64_magic_in_filename_2.zip").to_vec(),
|
||||
include_bytes!("../tests/data/zip64_magic_in_filename_3.zip").to_vec()
|
||||
include_bytes!("../tests/data/zip64_magic_in_filename_3.zip").to_vec(),
|
||||
];
|
||||
// Although we don't allow adding files whose names contain the ZIP64 CDB-end or
|
||||
// CDB-end-locator signatures, we still read them when they aren't genuinely ambiguous.
|
||||
|
|
Loading…
Add table
Reference in a new issue