Skip to content

Commit c832bde

Browse files
committed
tests: Add zlib test for decompressing uncompressed data.
1 parent b761ed2 commit c832bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/extmod/zlibd_decompress.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
(b'a', b'x\x9cK\x04\x00\x00b\x00b'),
1010
(b'0' * 100, b'x\x9c30\xa0=\x00\x00\xb3q\x12\xc1'),
1111
(bytes(range(64)), b'x\x9cc`dbfaec\xe7\xe0\xe4\xe2\xe6\xe1\xe5\xe3\x17\x10\x14\x12\x16\x11\x15\x13\x97\x90\x94\x92\x96\x91\x95\x93WPTRVQUS\xd7\xd0\xd4\xd2\xd6\xd1\xd5\xd370426153\xb7\xb0\xb4\xb2\xb6\xb1\xb5\xb3\x07\x00\xaa\xe0\x07\xe1'),
12+
(b'hello', b'x\x01\x01\x05\x00\xfa\xffhello\x06,\x02\x15'), # compression level 0
1213
]
1314

1415
for unpacked, packed in PATTERNS:

0 commit comments

Comments
 (0)