diff --git a/trunk/test/com/jpexs/decompiler/flash/ActionScript3Test.java b/trunk/test/com/jpexs/decompiler/flash/ActionScript3Test.java index a14c73e26..5e542e522 100644 --- a/trunk/test/com/jpexs/decompiler/flash/ActionScript3Test.java +++ b/trunk/test/com/jpexs/decompiler/flash/ActionScript3Test.java @@ -218,10 +218,7 @@ public class ActionScript3Test { + "while(d<25)\r\n" + "{\r\n" + "e=0;\r\n" - + "if(e>=50)\r\n" - + "{\r\n" - + "}\r\n" - + "else\r\n" + + "if(e<50)\r\n" + "{\r\n" + "if(e==9)\r\n" + "{\r\n" @@ -231,10 +228,7 @@ public class ActionScript3Test { + "{\r\n" + "continue loop1;\r\n" + "}\r\n" - + "if(e==8)\r\n" - + "{\r\n" - + "}\r\n" - + "else\r\n" + + "if(e!=8)\r\n" + "{\r\n" + "break loop1;\r\n" + "}\r\n"