Add regresion test for continue-in-for

Just to ensure that the third part of the for loop (the updater expression list) is correctly run every iteration when 'continue' is used.
This commit is contained in:
Sei Lisa 2023-03-02 17:19:31 +01:00
parent d58217ad96
commit 6e229313b1
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1 @@
./main.py -O breakcont,inline -