zip-rs-wasm/tests/data
Damien Collard b9af51e654 Add ZipFile::is_dir() and ZipFile::is_file().
The naming matches that of std::fs::Metadata.

An entry is determined to be a directory based on the presence of
a trailing path separator, i.e. '/' or '\'.

This patch adds a small test zip containing files and directories.
Their names match their type so as to make testing easy.
2019-01-27 15:57:30 +01:00
..
files_and_dirs.zip Add ZipFile::is_dir() and ZipFile::is_file(). 2019-01-27 15:57:30 +01:00
invalid_offset.zip Add regression test for #40 2017-07-05 21:36:47 +02:00
mimetype.zip Update DEFAULT_VERSION 2018-05-22 23:36:56 +02:00
zip64_demo.zip Add a test for ZIP64 with leading junk. 2017-08-12 14:42:32 -04:00