mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #103] [MERGED] Handle multiple compressed files per original in the test. #708
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?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/103
Author: @szabadka
Created: 5/7/2015
Status: ✅ Merged
Merged: 5/7/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
10a2f37Handle multiple compressed files per original in the test.📊 Changes
29 files changed (+27 additions, -45 deletions)
View changed files
📝
python/tests/compatibility_test.py(+6 -23)📝
tests/compatibility_test.sh(+4 -22)➕
tests/testdata/empty.compressed.00(+1 -0)➕
tests/testdata/empty.compressed.01(+1 -0)➕
tests/testdata/empty.compressed.02(+1 -0)➕
tests/testdata/empty.compressed.03(+1 -0)➕
tests/testdata/empty.compressed.04(+1 -0)➕
tests/testdata/empty.compressed.05(+1 -0)➕
tests/testdata/empty.compressed.06(+1 -0)➕
tests/testdata/empty.compressed.07(+1 -0)➕
tests/testdata/empty.compressed.08(+1 -0)➕
tests/testdata/empty.compressed.09(+1 -0)➕
tests/testdata/empty.compressed.10(+1 -0)➕
tests/testdata/empty.compressed.11(+1 -0)➕
tests/testdata/empty.compressed.12(+1 -0)➕
tests/testdata/empty.compressed.13(+1 -0)➕
tests/testdata/empty.compressed.14(+1 -0)➕
tests/testdata/empty.compressed.15(+1 -0)➕
tests/testdata/empty.compressed.16(+0 -0)➕
tests/testdata/empty.compressed.17(+1 -0)...and 9 more files
📄 Description
Add some more test cases that decompress to the empty
file or a one byte long file. These test cases have
examples for the updated stream header and meta-block
header formats.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.