goto detection... still does not work

This commit is contained in:
Jindra Petřík
2021-01-19 18:22:26 +01:00
parent 5d7924fa2c
commit 054b0dc9f7
12 changed files with 521 additions and 196 deletions

View File

@@ -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"