diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-09-24 15:43:23 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-09-24 15:43:23 +0300 |
commit | d46de80162132cfffc244a366bf8d12bc87d29e8 (patch) | |
tree | 88733aa41ebe6c8bb08bb9be68c6c8edfd207c69 /tests/extmod/uzlib_decompio_gz.py.exp | |
parent | 7b901d6fb7e136c23cf6b728179bd86f9c9bd95e (diff) | |
download | micropython-d46de80162132cfffc244a366bf8d12bc87d29e8.tar.gz micropython-d46de80162132cfffc244a366bf8d12bc87d29e8.zip |
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
Diffstat (limited to 'tests/extmod/uzlib_decompio_gz.py.exp')
-rw-r--r-- | tests/extmod/uzlib_decompio_gz.py.exp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/extmod/uzlib_decompio_gz.py.exp b/tests/extmod/uzlib_decompio_gz.py.exp new file mode 100644 index 0000000000..2330580f8c --- /dev/null +++ b/tests/extmod/uzlib_decompio_gz.py.exp @@ -0,0 +1,11 @@ +16 +b'h' +18 +b'el' +b'lo' +31 +b'' +b'' +31 +ValueError +OSError(22,) |