Add control flow indent tests
This commit is contained in:
parent
7e4aeebc0d
commit
e3b70d8880
2 changed files with 31 additions and 0 deletions
22
test/indent/control-flow.tig
Normal file
22
test/indent/control-flow.tig
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
(
|
||||
if
|
||||
12
|
||||
then
|
||||
27
|
||||
else
|
||||
42
|
||||
;
|
||||
|
||||
for
|
||||
i := 12
|
||||
to
|
||||
27
|
||||
do
|
||||
42
|
||||
;
|
||||
|
||||
while
|
||||
0
|
||||
do
|
||||
break
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue