reverting the change about for loops / goto detection :-(

it does not work as intended
This commit is contained in:
Jindra Petřík
2021-01-18 20:53:44 +01:00
parent 15e69bbf75
commit 5d7924fa2c
3 changed files with 229 additions and 16 deletions

View File

@@ -413,7 +413,7 @@ public class ActionScript3Test extends ActionScriptTestBase {
false);
}
@Test
//@Test FIXME
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
//@Test FIXME
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
//@Test FIXME
public void testForXml() {
decompileMethod("testForXml", "var c:int = 0;\r\n"
+ "var name:String = \"ahoj\";\r\n"