Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Feb 16, 2025
1 parent b8977e1 commit f6f5512
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/test/e2e/__snapshots__/func.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ PROGRAM{
}END>c"
`;

exports[`disassemble > should decompile GETGLOB and GETGLOBVAR correctly 1`] = `
""Asm.fif" include
PROGRAM{
DECLPROC recv_internal
recv_internal PROC:<{
ONE
ONE
ADD
GETGLOBVAR
DROP
2 GETGLOB
DROP
}>
}END>c"
`;

exports[`disassemble > should decompile and compile back PUSHREF with bytes 1`] = `
""Asm.fif" include
PROGRAM{
Expand Down

0 comments on commit f6f5512

Please sign in to comment.