mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 15:56:04 +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) {
|
||||
|
||||
Reference in New Issue
Block a user