diff --git a/tests/scripteditor/_indentation_tests/if.livecodescript b/tests/scripteditor/_indentation_tests/if.livecodescript index 89dc0493e5..35beee5197 100644 --- a/tests/scripteditor/_indentation_tests/if.livecodescript +++ b/tests/scripteditor/_indentation_tests/if.livecodescript @@ -55,3 +55,16 @@ on foo then code else code -- comment end foo + +on foo + if foo() + then + code else code + -- comment +end foo + +on foo + if foo() then + code else code + -- comment +end foo