mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 08:08:20 +00:00
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:
parent
d58217ad96
commit
6e229313b1
3 changed files with 45 additions and 0 deletions
1
unit_tests/regression.suite/for-continue.run
Normal file
1
unit_tests/regression.suite/for-continue.run
Normal file
|
@ -0,0 +1 @@
|
|||
./main.py -O breakcont,inline -
|
Loading…
Add table
Add a link
Reference in a new issue