summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/async_with2.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/async_with2.py.exp')
-rw-r--r--tests/basics/async_with2.py.exp17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/basics/async_with2.py.exp b/tests/basics/async_with2.py.exp
new file mode 100644
index 0000000000..dd5a1c549a
--- /dev/null
+++ b/tests/basics/async_with2.py.exp
@@ -0,0 +1,17 @@
+enter
+f start: 10
+coro yielded: 11
+coro yielded: 12
+f returned: 13
+body start
+f start: 30
+coro yielded: 31
+coro yielded: 32
+body f returned: 33
+body end
+exit
+f start: 20
+coro yielded: 21
+coro yielded: 22
+f returned: 23
+finished