summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-11-30 18:19:05 -1000
committerMark Adler <madler@alumni.caltech.edu>2011-11-30 18:19:05 -1000
commitfbac04f666339eef3678e4eb81b25ae69bfcbd81 (patch)
treec5159984269fea5ce4e290c9d582fb8b142a3e21 /test
parent014967ace3f79835ced79b0189d39eced1da7fa2 (diff)
downloadProject-Tick-fbac04f666339eef3678e4eb81b25ae69bfcbd81.tar.gz
Project-Tick-fbac04f666339eef3678e4eb81b25ae69bfcbd81.zip
Clean up infcover.c.
Diffstat (limited to 'test')
-rw-r--r--test/infcover.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/test/infcover.c b/test/infcover.c
index 7207c77a16..fe3d9203a0 100644
--- a/test/infcover.c
+++ b/test/infcover.c
@@ -641,20 +641,18 @@ local void cover_trees(void)
local void cover_fast(void)
{
inf("e5 e0 81 ad 6d cb b2 2c c9 01 1e 59 63 ae 7d ee fb 4d fd b5 35 41 68"
- " ff 7f 0f 0 0 0 0 0 0",
- "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
+ " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
inf("25 fd 81 b5 6d 59 b6 6a 49 ea af 35 6 34 eb 8c b9 f6 b9 1e ef 67 49"
- " 50 fe ff ff 3f 0 0 0 0 0 0",
- "fast distance extra bits", 0, -8, 258, Z_DATA_ERROR);
- inf("3 7e 0 0 0 0 0",
- "fast invalid distance code", 0, -8, 258, Z_DATA_ERROR);
- inf("1b 7 0 0 0 0 0",
- "fast invalid literal/length code", 0, -8, 258, Z_DATA_ERROR);
- inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff "
- "0 0 0 0",
+ " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258,
+ Z_DATA_ERROR);
+ inf("3 7e 0 0 0 0 0", "fast invalid distance code", 0, -8, 258,
+ Z_DATA_ERROR);
+ inf("1b 7 0 0 0 0 0", "fast invalid literal/length code", 0, -8, 258,
+ Z_DATA_ERROR);
+ inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff 0",
"fast 2nd level codes and too far back", 0, -8, 258, Z_DATA_ERROR);
inf("63 18 5 8c 10 8 0 0 0 0", "very common case", 0, -8, 259, Z_OK);
- inf("63 60 60 18 c9 00 08 18 18 18 26 c0 28 00 29 00 0 0 0 0 0 0",
+ inf("63 60 60 18 c9 0 8 18 18 18 26 c0 28 0 29 0 0 0",
"contiguous and wrap around window", 6, -8, 259, Z_OK);
inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259,
Z_STREAM_END);