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

Commit abe664a

Browse files
authored
Update if.livecodescript
1 parent 22a8430 commit abe664a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/scripteditor/_indentation_tests/if.livecodescript

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ then code
2525
else code
2626

2727
if foo() then code else code
28+
29+
if foo() then
30+
if bar() then code else code
31+
else
32+
code
33+
end if
34+
35+
if foo()
36+
then code else code

0 commit comments

Comments
 (0)