Closed greatroar closed 2 years ago
Fixes #163. The test for this is currently to run
go test ./internal/lz4block -run=TestBlockDecode/empty_input -v
and check that no -2 occurs in the output. I can add a separate test, but if #160 is resolved by allowing some not-quite-valid inputs (#165), that's not necessary.
Fixes #163. The test for this is currently to run
and check that no -2 occurs in the output. I can add a separate test, but if #160 is resolved by allowing some not-quite-valid inputs (#165), that's not necessary.