From 8d21a519f83dabaac027529c793cefe45a464172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sat, 29 Jun 2013 20:31:38 +0200 Subject: [PATCH] updated AS2 tests --- trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java b/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java index 2397c7ed0..f1fbe9090 100644 --- a/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java +++ b/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java @@ -432,7 +432,7 @@ public class ActionScript2Test { + "var i=0;\r\n" + "for(;i<5;i++)\r\n" + "{\r\n" - + "if(i!=7)\r\n" + + "if(i==7)\r\n" + "{\r\n" + "}\r\n" + "}\r\n");