mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-22 14:09:40 +00:00
- Create test .Z file (large_test.txt.Z) using compress tool - Add tests for direct LzwReader usage with plain .Z files - Add tests for ReaderFactory detection of plain .Z files - Improve filename derivation to unwrap SharpCompressStream - Verify decompression works correctly for non-tar .Z files - All 15 tests now passing Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>