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