mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 01:57:26 +00:00
goto detection... still does not work
This commit is contained in:
@@ -413,7 +413,7 @@ public class ActionScript3Test extends ActionScriptTestBase {
|
||||
false);
|
||||
}
|
||||
|
||||
//@Test FIXME
|
||||
@Test
|
||||
public void testForAnd() {
|
||||
decompileMethod("testForAnd", "var x:Boolean = false;\r\n"
|
||||
+ "var len:int = 5;\r\n"
|
||||
@@ -525,7 +525,7 @@ public class ActionScript3Test extends ActionScriptTestBase {
|
||||
false);
|
||||
}
|
||||
|
||||
//@Test FIXME
|
||||
@Test
|
||||
public void testForGoto() {
|
||||
decompileMethod("testForGoto", "var c:int = 0;\r\n"
|
||||
+ "var len:int = 5;\r\n"
|
||||
@@ -565,7 +565,7 @@ public class ActionScript3Test extends ActionScriptTestBase {
|
||||
false);
|
||||
}
|
||||
|
||||
//@Test FIXME
|
||||
@Test
|
||||
public void testForXml() {
|
||||
decompileMethod("testForXml", "var c:int = 0;\r\n"
|
||||
+ "var name:String = \"ahoj\";\r\n"
|
||||
|
||||
Reference in New Issue
Block a user