Skip to content

Commit 5ba1468

Browse files
committed
unittest.cpp: fix missing space in code comment
1 parent 0c6884e commit 5ba1468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ TEST(KaitaiStreamTest, process_zlib_z_data_error)
350350
```python
351351
import zlib
352352
data = bytearray(zlib.compress(b"Hi"))
353-
# Just change the value of `FCHECK` (seehttps://www.rfc-editor.org/rfc/rfc1950.html#page-5),
353+
# Just change the value of `FCHECK` (see https://www.rfc-editor.org/rfc/rfc1950.html#page-5),
354354
# which will invalidate the zlib header
355355
data[1] ^= 0x01
356356
print(", ".join([f"0x{b:02x}" for b in data]))

0 commit comments

Comments
 (0)