diff options
Diffstat (limited to 'tests/multi_net/asyncio_tcp_readall.py.exp')
-rw-r--r-- | tests/multi_net/asyncio_tcp_readall.py.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/multi_net/asyncio_tcp_readall.py.exp b/tests/multi_net/asyncio_tcp_readall.py.exp new file mode 100644 index 0000000000..0bf3dcba60 --- /dev/null +++ b/tests/multi_net/asyncio_tcp_readall.py.exp @@ -0,0 +1,8 @@ +--- instance0 --- +server running +close +done +--- instance1 --- +b'abc' +b'' +b'' |