Fix bugs, add propper tests
This commit is contained in:
18
old_tests/parser/if-statements.mcl
Normal file
18
old_tests/parser/if-statements.mcl
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
if i > 3 {
|
||||
|
||||
}
|
||||
|
||||
if 1 {
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
|
||||
if 1 {
|
||||
|
||||
} else if a > 3 {
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user