Sign in
fuchsia
/
third_party
/
wuffs
/
refs/heads/upstream/main
/
.
/
test
/
data
/
artificial-deflate
/
backref-crosses-blocks.deflate.make-artificial.txt
blob: 67961db541497738b9f9713d8335d12ce4febab6 [
file
] [
log
] [
blame
] [
edit
]
# 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