blob: 67961db541497738b9f9713d8335d12ce4febab6 [file] [log] [blame]
# Feed this file to script/make-artificial.go
make deflate
blockNoCompression (nonFinal) {
literal "abcd"
}
blockFixedHuffman (final) {
len 3 dist 2
endOfBlock
}
# The decompressed data is 4 + 3 = 7 bytes:
# abcdcdc