mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 08:12:05 +00:00
updated tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user