updated tests

This commit is contained in:
Jindra Petk
2013-07-16 06:29:02 +02:00
parent 2cdcd7beeb
commit ced91a6b8a
4 changed files with 101 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
package com.jpexs.decompiler.flash;
import com.jpexs.decompiler.flash.abc.ABC;
import com.jpexs.decompiler.flash.graph.GraphTargetItem;
import com.jpexs.decompiler.graph.GraphTargetItem;
import com.jpexs.decompiler.flash.tags.DoABCDefineTag;
import com.jpexs.decompiler.flash.tags.Tag;
import java.io.FileInputStream;
@@ -180,7 +180,7 @@ public class ActionScript3Test {
+ "var d:* = undefined;\r\n"
+ "var e:* = undefined;\r\n"
+ "var a:* = 5;\r\n"
+ "loop3:\r\n"
+ "loopswitch3:\r\n"
+ "switch(a)\r\n"
+ "{\r\n"
+ "case 57*a:\r\n"