mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 09:45:05 +00:00
Fixed and+dowhile on ASC2 - precontinue can use stack.
This commit is contained in:
@@ -24,7 +24,7 @@ public class ActionScript3ClassTest extends ActionScript3DecompileTestBase {
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException, InterruptedException {
|
||||
addSwf("standard", "testdata/flashdevelop/bin/flashdevelop.swf");
|
||||
addSwf("standard", "testdata/flashdevelop/bin/Main.flex.swf");
|
||||
}
|
||||
|
||||
private void decompileScriptPack(String path, String expectedResult) {
|
||||
|
||||
@@ -12,7 +12,7 @@ public class ActionScript3ClassicDecompileTest extends ActionScript3DecompileTes
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException, InterruptedException {
|
||||
addSwf("classic", "testdata/flashdevelop/bin/flashdevelop.swf");
|
||||
addSwf("classic", "testdata/flashdevelop/bin/Main.flex.swf");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -21,7 +21,7 @@ public class ActionScript3OptinalParametersTest extends ActionScript3DecompileTe
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException, InterruptedException {
|
||||
addSwf("standard", "testdata/flashdevelop/bin/flashdevelop.swf");
|
||||
addSwf("standard", "testdata/flashdevelop/bin/Main.flex.swf");
|
||||
}
|
||||
@Test
|
||||
public void testOptionalParameters() {
|
||||
|
||||
@@ -170,7 +170,7 @@ public class AS3Generator {
|
||||
Configuration.autoDeobfuscate.set(false);
|
||||
|
||||
|
||||
useFile("ActionScript3ClassicDecompileTest", new String[][]{{"testdata/flashdevelop/bin/flashdevelop.swf", "classic"}}, false);
|
||||
useFile("ActionScript3ClassicDecompileTest", new String[][]{{"testdata/flashdevelop/bin/Main.flex.swf", "classic"}}, false);
|
||||
useFile("ActionScript3CrossCompileDecompileTest", new String[][]{
|
||||
{"testdata/cross_compile/bin/Main.flex.swf", "flex"},
|
||||
{"testdata/cross_compile/bin/Main.air.swf", "air"}
|
||||
|
||||
Reference in New Issue
Block a user