dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
153 stars 24 forks source link

added LZMA tests #2

Closed bfrazho closed 1 year ago

bfrazho commented 1 year ago

Not sure if you are looking for these kinds of contributions, but I threw together a few tests to validate the lzma compression stuff.

I didn't look into it much, but it seems like empty files aren't being extracted? Maybe when the 7z file only consists of empty files it has issues?

Hope this helps! :)