Tests: Updated the internaltesting tests "testif" and "testloop"

This commit is contained in:
Daniel Marjamäki 2007-05-19 17:58:05 +00:00
parent 22b1e990bb
commit b75bcdb607
2 changed files with 4 additions and 0 deletions

View File

@ -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 : }

View File

@ -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 : }