zip-rs-wasm/tests
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
..
data Add ZipFile::is_dir() and ZipFile::is_file(). 2019-01-27 15:57:30 +01:00
end_to_end.rs Revert to Vec<u8> owned by cursor 2018-10-15 12:06:54 -04:00
invalid_date.rs Better handling of zips with invalid datetimes 2018-02-17 20:05:09 +01:00
zip64_large.rs Fix copy paste error in zip64_large 2018-10-17 14:46:22 +02:00