| ... | @@ -138,10 +138,10 @@ test "compressed data" { | ... | @@ -138,10 +138,10 @@ test "compressed data" { |
| 138 | "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009", | 138 | "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009", |
| 139 | ); | 139 | ); |
| 140 | // Compressed with compression level = 9 and fixed Huffman codes | 140 | // Compressed with compression level = 9 and fixed Huffman codes |
| 141 | // try testReader( | 141 | try testReader( |
| 142 | // @embedFile("rfc1951.txt.fixed.z.9"), | 142 | @embedFile("rfc1951.txt.fixed.z.9"), |
| 143 | // "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009", | 143 | "5ebf4b5b7fe1c3a0c0ab9aa3ac8c0f3853a7dc484905e76e03b0b0f301350009", |
| 144 | // ); | 144 | ); |
| 145 | } | 145 | } |
| 146 | | 146 | |
| 147 | test "sanity checks" { | 147 | test "sanity checks" { |