lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 157 forks source link

Add nested loop tests for else clause in loops #2630

Closed advikkabra closed 3 months ago

advikkabra commented 3 months ago

Continuation of #2555 . Nested loops were not added completely in tests.

kmr-srbh commented 3 months ago

Hello @advikkabra ! Thanks for this. I think we can add a reference test for this to check the control flow output. @Thirumalai-Shaktivel, @Shaikh-Ubaid what do think about it?

Shaikh-Ubaid commented 3 months ago

I think we can add a reference test for this to check the control flow output

I think integration tests are fine for this.

Shaikh-Ubaid commented 3 months ago

Please mark as "Ready for review" when ready.