We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6884e commit 5ba1468Copy full SHA for 5ba1468
tests/unittest.cpp
@@ -350,7 +350,7 @@ TEST(KaitaiStreamTest, process_zlib_z_data_error)
350
```python
351
import zlib
352
data = bytearray(zlib.compress(b"Hi"))
353
- # Just change the value of `FCHECK` (seehttps://www.rfc-editor.org/rfc/rfc1950.html#page-5),
+ # Just change the value of `FCHECK` (see https://www.rfc-editor.org/rfc/rfc1950.html#page-5),
354
# which will invalidate the zlib header
355
data[1] ^= 0x01
356
print(", ".join([f"0x{b:02x}" for b in data]))
0 commit comments