mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 02:35:11 +00:00
#1308 Search by all P-code files
This commit is contained in:
@@ -50,7 +50,7 @@ public class ActionScript2CompilerTest extends ActionScript2TestBase {
|
||||
|
||||
asm.setActionBytes(Action.actionsToBytes(asm.getActions(), true, swf.version));
|
||||
HighlightedTextWriter writer = new HighlightedTextWriter(new CodeFormatting(), false);
|
||||
asm.getASMSource(ScriptExportMode.PCODE, writer, asm.getActions());
|
||||
asm.getASMSource(ScriptExportMode.PCODE, writer, null);
|
||||
String actualResult = normalizeLabels(writer.toString());
|
||||
actualResult = cleanPCode(actualResult);
|
||||
String expectedResult = cleanPCode(expectedPCode);
|
||||
|
||||
Reference in New Issue
Block a user