Tests: Updated the internaltesting tests "testif" and "testloop"
This commit is contained in:
parent
22b1e990bb
commit
b75bcdb607
|
@ -1,13 +1,16 @@
|
|||
4 : {
|
||||
5 : if
|
||||
5 : use ab
|
||||
5 : endif
|
||||
6 : {
|
||||
8 : }
|
||||
9 : elseif
|
||||
9 : use cd
|
||||
9 : endif
|
||||
10 : {
|
||||
12 : }
|
||||
13 : else
|
||||
13 : endif
|
||||
14 : {
|
||||
16 : }
|
||||
17 : }
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
7 : if
|
||||
7 : use condition
|
||||
8 : continue
|
||||
7 : endif
|
||||
10 : break
|
||||
11 : }
|
||||
12 : }
|
||||
|
|
Loading…
Reference in New Issue