| # Feed this file to script/make-artificial.go | |
| make deflate | |
| blockDynamicHuffman (final) { | |
| huffman CodeLength { | |
| 1 00 | |
| 2 01 | |
| 17 10 | |
| 18 11 | |
| } | |
| huffman Literal/Length { | |
| # 102='f', 111='o', 256=EOB | |
| 111 0 | |
| 102 10 | |
| 256 11 | |
| } | |
| huffman Distance { | |
| # Incomplete. There is no key/value pair whose value starts with "1". | |
| 0 0 | |
| } | |
| literal "foo" | |
| endOfBlock | |
| } |