diff options
Diffstat (limited to 'tests/basics/async_with_break.py.exp')
-rw-r--r-- | tests/basics/async_with_break.py.exp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/basics/async_with_break.py.exp b/tests/basics/async_with_break.py.exp new file mode 100644 index 0000000000..d077a88fad --- /dev/null +++ b/tests/basics/async_with_break.py.exp @@ -0,0 +1,15 @@ +enter +body +exit None None +finished +enter +body +exit None None +finally +finished +enter +body +exit None None +finally inner +finally outer +finished |