Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a0094d1

Browse files
Merge pull request #1928 from BerndN/patch-5
additional if variant
2 parents 9a26a98 + 779bb58 commit a0094d1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/scripteditor/_indentation_tests/if.livecodescript

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ on foo
5050
-- comment
5151
end foo
5252

53+
on foo
54+
if foo() then
55+
if bar() then code
56+
else
57+
code
58+
end if
59+
end if
60+
-- comment
61+
end foo
62+
5363
on foo
5464
if foo()
5565
then code else code

0 commit comments

Comments
 (0)