mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Test vectors of 'asyoulik.txt' and 'asyoulik.txt.compressed' are not aligned each other #285
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eugeneilyin on GitHub (Jul 17, 2019).
The compressed version of asyoulik.txt.compressed after decompression gives
asyoulik.txtwithLF(ASCII 0x0A) line separators.But the original file asyoulik.txt contains
CR LF(ASCII 0x0D 0x0A) line separators.Please update the compressed version
asyoulik.txt.compressedto contain original withCR LFseparators as it's presented in other text samples.