split tests
This commit is contained in:
parent
2b9ed2e2a4
commit
d0f8b3e0ad
12 changed files with 137 additions and 121 deletions
7
test/loop/continue.out
Normal file
7
test/loop/continue.out
Normal file
|
@ -0,0 +1,7 @@
|
|||
For loop:
|
||||
0 1 2 4
|
||||
While loop:
|
||||
0 1 2 4
|
||||
Do-while loop:
|
||||
0 1 2 4
|
||||
0
|
Loading…
Add table
Add a link
Reference in a new issue