diff options
Diffstat (limited to 'tests/micropython/ringio.py.exp')
| -rw-r--r-- | tests/micropython/ringio.py.exp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/micropython/ringio.py.exp b/tests/micropython/ringio.py.exp new file mode 100644 index 000000000..b27ea472c --- /dev/null +++ b/tests/micropython/ringio.py.exp @@ -0,0 +1,16 @@ +<RingIO> +0 +1 +2 +b'\x00\x00' +0 +b'\x00\x01' +b'' +16 +0 +b'\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01' +<RingIO> +16 +0 +b'\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01' +can't convert NoneType to int |
