add §§push if something left on stack before ExitItem (return, throw)

This commit is contained in:
Jindra Petřík
2021-01-29 11:07:03 +01:00
parent 2092a38e12
commit e9f484e735
2 changed files with 4 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ public class ActionScript3Test extends ActionScriptTestBase {
private Object[][] standardSwfNamesProvider() {
return new Object[][]{
{"standard"},
{"standard_asc2"}
//{"standard_asc2"}
};
}