File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ test_right_dictionary = do
166
166
167
167
test_trailing_data :: Assertion
168
168
test_trailing_data =
169
- withSampleData " two-files.gzip " $ \ hnd -> do
169
+ withSampleData " two-files.gz " $ \ hnd -> do
170
170
let decomp = decompressIO gzipFormat defaultDecompressParams
171
171
chunks <- assertDecompressOkChunks hnd decomp
172
172
case chunks of
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ cabal-version: >= 1.10
21
21
extra-source-files : cbits/crc32.h cbits/inffast.h cbits/inflate.h
22
22
cbits/trees.h cbits/deflate.h cbits/inffixed.h
23
23
cbits/inftrees.h cbits/zutil.h
24
+ -- test data files
25
+ test/data/bad-crc.gz test/data/custom-dict.zlib
26
+ test/data/custom-dict.zlib-dict test/data/hello.gz
27
+ test/data/not-gzip test/data/two-files.gz
24
28
-- demo programs:
25
29
examples/gzip.hs examples/gunzip.hs
26
30
You can’t perform that action at this time.
0 commit comments