Rename `zlib_state` to `compress_state` in the test_buffers.
[tor.git] / changes / test21470
blob8bb78dffc9432f6c734990ff855b7226aeb0489f
1   o Minor enhancements (unit tests):
2     - Improve version parsing tests: add tests for typical version components,
3       add tests for invalid versions, including numeric range and non-numeric
4       prefixes.
5       Unit tests 21278, 21450, and 21507. Partially implements 21470.