Test vectors of 'asyoulik.txt' and 'asyoulik.txt.compressed' are not aligned each other #288

Closed
opened 2026-01-29 20:41:26 +00:00 by claunia · 2 comments
Owner

Originally created by @eugeneilyin on GitHub (Jul 17, 2019).

The compressed version of asyoulik.txt.compressed after decompression gives asyoulik.txt with LF (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.compressed to contain original with CR LF separators as it's presented in other text samples.

Originally created by @eugeneilyin on GitHub (Jul 17, 2019). The compressed version of [asyoulik.txt.compressed](https://github.com/google/brotli/blob/master/tests/testdata/asyoulik.txt.compressed) after decompression gives `asyoulik.txt` with `LF` (ASCII 0x0A) line separators. But the original file [asyoulik.txt](https://github.com/google/brotli/blob/master/tests/testdata/asyoulik.txt) contains `CR LF` (ASCII 0x0D 0x0A) line separators. Please update the compressed version `asyoulik.txt.compressed` to contain original with `CR LF` separators as it's presented in other text samples.
Author
Owner

@eustas commented on GitHub (Jul 18, 2019):

Does that happen with clean checkout after #761?

@eustas commented on GitHub (Jul 18, 2019): Does that happen with clean checkout after #761?
Author
Owner

@eugeneilyin commented on GitHub (Jul 18, 2019):

@eustas, I see that test vectors were changed. The compression/decompression checks with all levels of Quality and WindowBits were passed on all new samples. This issue can be closed. Thanks for the fix.

@eugeneilyin commented on GitHub (Jul 18, 2019): @eustas, I see that test vectors were changed. The compression/decompression checks with all levels of `Quality` and `WindowBits` were passed on all new samples. This issue can be closed. Thanks for the fix.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#288