Skip to content

Commit bbf9aba

Browse files
committed
testcasing
1 parent a2972c6 commit bbf9aba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

atest/robot/running/if/complex_if.robot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ If inside for loop
1515
For loop inside if
1616
Check Test Case ${TESTNAME}
1717

18+
For loop inside for loop
19+
Check Test Case ${TESTNAME}
20+
1821
Direct Boolean condition
1922
Check Test Case ${TESTNAME}
2023

atest/testdata/running/if/complex_if.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ For loop inside if
4646

4747
For loop inside for loop
4848
${checker} Set Variable wrong
49-
FOR ${first} 1 2 3
50-
FOR ${second} 4 5 6
49+
FOR ${first} IN 1 2 3
50+
FOR ${second} IN 4 5 6
5151
${checker} Set Variable ${first} - ${second}
5252
END
5353
END

0 commit comments

Comments
 (0)