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

Open
opened 2026-01-29 20:41:24 +00:00 by claunia · 0 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#285