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 #288
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.@eustas commented on GitHub (Jul 18, 2019):
Does that happen with clean checkout after #761?
@eugeneilyin commented on GitHub (Jul 18, 2019):
@eustas, I see that test vectors were changed. The compression/decompression checks with all levels of
QualityandWindowBitswere passed on all new samples. This issue can be closed. Thanks for the fix.