Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Bugfixing
-
Description
Description
When using a break command in a nested loop it breaks also the parent loop não executing the instructions after the break.
Pre-conditions
A template similar to the example in the attachment.
It does not print the green commands, and it jumps to the next issue.
How to reproduce
- Create a template with nested loops,
- Add a break in one of the nested loops,
- Execute the template
Actual result/Attachments
It breaks and it does not print nono of the remaining information (outside the breaking loop), jumping into the next information.
Expected result
Only break inside the loop where the command is found, and print the remaining information in the parent loop.